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
444 B
17 lines
444 B
15 years ago
|
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 = -lkdeui $(LIB_KIO)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/kcmcss.pot
|
||
|
|
||
|
xdg_apps_DATA = kcmcss.desktop
|