e3e09f533d
svn path=/trunk/kdebase/kwin/; revision=137446
21 lines
554 B
Makefile
21 lines
554 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
|
|
|
|
lnf_DATA = kwindecoration.desktop
|
|
lnfdir = $(kde_appsdir)/Settings/LookNFeel
|
|
|
|
EXTRA_DIST = $(lnf_DATA)
|