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.
20 lines
719 B
20 lines
719 B
13 years ago
|
kde_module_LTLIBRARIES = kcm_tdm.la
|
||
15 years ago
|
|
||
|
# _don't_ add a theme configurator!!
|
||
13 years ago
|
kcm_tdm_la_SOURCES = background.cpp tdm-appear.cpp tdm-font.cpp tdm-shut.cpp \
|
||
|
tdm-users.cpp tdm-conv.cpp main.cpp kbackedcombobox.cpp
|
||
15 years ago
|
|
||
13 years ago
|
kcm_tdm_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined
|
||
|
kcm_tdm_la_LIBADD = $(top_builddir)/kcontrol/background/libkcmbgnd.la $(top_builddir)/kcontrol/background/libbgnd.la $(LIB_KIO) $(LIB_KNEWSTUFF)
|
||
15 years ago
|
|
||
|
AM_CPPFLAGS= -I$(top_builddir)/kcontrol/background \
|
||
|
-I$(top_srcdir)/kcontrol/background \
|
||
|
-I$(top_srcdir)/kdesktop $(all_includes)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
messages:
|
||
13 years ago
|
$(XGETTEXT) $(kcm_tdm_la_SOURCES) -o $(podir)/tdmconfig.pot
|
||
15 years ago
|
|
||
13 years ago
|
xdg_apps_DATA = tdm.desktop
|