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.
18 lines
434 B
18 lines
434 B
15 years ago
|
INCLUDES = $(all_includes)
|
||
|
|
||
13 years ago
|
kde_module_LTLIBRARIES = twin_glow_config.la
|
||
15 years ago
|
|
||
13 years ago
|
twin_glow_config_la_SOURCES = glowconfigdialog.cpp
|
||
|
twin_glow_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
|
||
|
twin_glow_config_la_LIBADD = $(LIB_TDEUI)
|
||
15 years ago
|
|
||
|
METASOURCES = AUTO
|
||
|
noinst_HEADERS = glowconfigdialog.h
|
||
|
|
||
13 years ago
|
lnkdir = $(kde_datadir)/twin/
|
||
15 years ago
|
|
||
|
|
||
|
###KMAKE-start (don't edit or delete this block)
|
||
|
|
||
|
###KMAKE-end
|