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.
9 lines
419 B
9 lines
419 B
INCLUDES = $(all_includes) $(FT2_CFLAGS)
|
|
|
|
noinst_HEADERS = dominoconf.h
|
|
kde_module_LTLIBRARIES = tdestyle_domino_config.la
|
|
tdestyle_domino_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
tdestyle_domino_config_la_LIBADD = $(LIB_TDEUI) ../domino/libdomino_style.la $(LIB_QT) $(LIB_TDECORE) -ltdefx $(LIB_TDEIO)
|
|
tdestyle_domino_config_la_SOURCES = dominoconf.cpp
|
|
tdestyle_domino_config_la_METASOURCES = AUTO
|