You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
11 lines
312 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = twin_domino_config.la
|
|
|
|
twin_domino_config_la_SOURCES = config.cpp
|
|
twin_domino_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
twin_domino_config_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = dominoConfig.h
|