summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 14ae9317f42dfc1b97db1e2c45a0376615c6b832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES    = $(all_includes)
METASOURCES = AUTO

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kcm_tdmtheme.la

kcm_tdmtheme_la_SOURCES = tdmtheme.cpp
kcm_tdmtheme_la_LIBADD = -ltdeio -lknewstuff $(LIB_TDEUI)
kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)


xdg_apps_DATA = tdmtheme.desktop


messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kcmtdmtheme.pot