kwin/kcmkwin/kwinrules/Makefile.am
Luboš Luňák 36b64e3897 GUI for rules (=window specific settings). Have fun figuring out how it
works, because I haven't written any kind of docs for it yet, and
the most important button doesn't work yet either (yes, that one that
has it written on it). I just hope the GUI doesn't suck too much, because
I'm really bad at such things.

svn path=/trunk/kdebase/kwin/; revision=322524
2004-06-21 16:25:24 +00:00

14 lines
437 B
Makefile

METASOURCES = AUTO
AM_CPPFLAGS = $(all_includes) -DKCMRULES
kde_module_LTLIBRARIES = kcm_kwinrules.la
kcm_kwinrules_la_SOURCES = main.cpp ruleswidget.cpp ruleslist.cpp kwinsrc.cpp \
ruleswidgetbase.ui ruleslistbase.ui
kcm_kwinrules_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
kcm_kwinrules_la_LIBADD = $(LIB_KDEUI)
messages:
$(XGETTEXT) *.cpp -o $(podir)/kcmkwm.pot
xdg_apps_DATA = kwinrules.desktop