You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
446 B
17 lines
446 B
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_TDEIO)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmcss.pot
|
|
|
|
xdg_apps_DATA = kcmcss.desktop
|