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.
|
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kcm_colors.la
|
|
|
|
|
|
|
|
kcm_colors_la_SOURCES = colorscm.cpp widgetcanvas.cpp
|
|
|
|
kcm_colors_la_LDFLAGS = $(KDE_RPATH) -module -avoid-version $(all_libraries) -no-undefined
|
|
|
|
kcm_colors_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO) $(top_builddir)/kcontrol/krdb/libkrdb.la
|
|
|
|
METASOURCES = colorscm.moc widgetcanvas.moc
|
|
|
|
|
|
|
|
noinst_HEADERS = colorscm.h widgetcanvas.h
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmcolors.pot
|
|
|
|
|
|
|
|
xdg_apps_DATA = colors.desktop
|