blob: 02858537321163b6070d9d6d537a9371224613c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INCLUDES = $(all_includes)
noinst_HEADERS = keramikconf.h
kde_module_LTLIBRARIES = kstyle_keramik_config.la
kstyle_keramik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_keramik_config_la_LIBADD = $(LIB_KDEUI)
kstyle_keramik_config_la_SOURCES = keramikconf.cpp
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_keramik_config.pot
|