d316a4f779
svn path=/trunk/kdebase/ksplashml/kcmksplash/; revision=247535
18 lines
490 B
Makefile
18 lines
490 B
Makefile
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kcm_kwindecoration.la
|
|
|
|
kcm_kwindecoration_la_SOURCES = kwindecoration.cpp buttons.cpp kwindecorationIface.skel
|
|
noinst_HEADERS = kwindecoration.h kwindecorationIface.h buttons.h
|
|
|
|
kcm_kwindecoration_la_LDFLAGS = \
|
|
-module -avoid-version $(all_libraries) -no-undefined
|
|
|
|
kcm_kwindecoration_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkwindecoration.pot
|
|
|
|
xdg_apps_DATA = kwindecoration.desktop
|