blob: 10d2f3d4f5b1fb86fd4b05b858a5955686e5fd8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AM_CPPFLAGS = $(all_includes)
template_DATA = template.css
templatedir = $(kde_datadir)/kcmcss
kde_module_LTLIBRARIES = kcm_css.la
kcm_css_la_SOURCES = template.cpp cssconfig.ui csscustom.ui kcmcss.cpp preview.ui
kcm_css_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_css_la_LIBADD = -ltdeui $(LIB_KIO)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmcss.pot
xdg_apps_DATA = kcmcss.desktop
|