summaryrefslogtreecommitdiffstats
path: root/kstyles/highcontrast/config/Makefile.am
blob: 7aa7535a27dd127fd9584694490cc8e6088ec812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES = $(all_includes)

noinst_HEADERS = highcontrastconfig.h
kde_module_LTLIBRARIES = kstyle_highcontrast_config.la
kstyle_highcontrast_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_highcontrast_config_la_LIBADD  = $(LIB_QT) $(LIB_TDECORE)
kstyle_highcontrast_config_la_SOURCES = highcontrastconfig.cpp
kstyle_highcontrast_config_la_METASOURCES = AUTO


messages:
	$(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_highcontrast_config.pot