blob: 6029c770fc32c14c101f797a4c4fb8c30abbbede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
AM_CPPFLAGS = $(all_includes)
SUBDIRS = keramik .
kde_module_LTLIBRARIES = kcm_style.la
kcm_style_la_SOURCES = kcmstyle.cpp stylepreview.ui menupreview.cpp styleconfdialog.cpp
kcm_style_la_LDFLAGS = $(KDE_RPATH) -module -avoid-version $(all_libraries) -no-undefined
kcm_style_la_LIBADD = $(LIB_TDEIO) ../krdb/libkrdb.la
METASOURCES = AUTO
noinst_HEADERS = kcmstyle.h stylepreview.h menupreview.h
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmstyle.pot
xdg_apps_DATA = style.desktop
|