2002-01-16 12:26:03 +00:00
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
2002-02-19 16:56:16 +00:00
|
|
|
kde_module_LTLIBRARIES = kcm_kwindecoration.la
|
2002-01-16 12:26:03 +00:00
|
|
|
|
2002-02-19 16:56:16 +00:00
|
|
|
kcm_kwindecoration_la_SOURCES = kwindecoration.cpp buttons.cpp kwindecorationIface.skel
|
2002-01-16 12:26:03 +00:00
|
|
|
noinst_HEADERS = kwindecoration.h kwindecorationIface.h buttons.h
|
|
|
|
|
2002-02-19 16:56:16 +00:00
|
|
|
kcm_kwindecoration_la_LDFLAGS = \
|
2002-01-16 12:26:03 +00:00
|
|
|
-module -avoid-version $(all_libraries) -no-undefined
|
|
|
|
|
2002-02-19 16:56:16 +00:00
|
|
|
kcm_kwindecoration_la_LIBADD = $(LIB_KDEUI)
|
2002-01-16 12:26:03 +00:00
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkwindecoration.pot
|
|
|
|
|
2003-09-01 12:20:38 +00:00
|
|
|
xdg_apps_DATA = kwindecoration.desktop
|