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.
19 lines
563 B
19 lines
563 B
INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kcm_twindecoration.la
|
|
|
|
kcm_twindecoration_la_SOURCES = twindecoration.cpp buttons.cpp twindecorationIface.skel preview.cpp
|
|
noinst_HEADERS = twindecoration.h twindecorationIface.h buttons.h preview.h
|
|
|
|
kcm_twindecoration_la_LDFLAGS = \
|
|
-module -avoid-version $(all_libraries) -no-undefined
|
|
|
|
kcm_twindecoration_la_LIBADD = $(LIB_TDEUI) ../../lib/libtdecorations.la
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmtwindecoration.pot
|
|
|
|
xdg_apps_DATA = twindecoration.desktop
|