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.
17 lines
359 B
17 lines
359 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = twin_b2_config.la
|
|
|
|
twin_b2_config_la_SOURCES = config.cpp
|
|
twin_b2_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
twin_b2_config_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = config.h
|
|
|
|
lnkdir = $(kde_datadir)/twin/
|
|
|
|
###KMAKE-start (don't edit or delete this block)
|
|
|
|
###KMAKE-end
|