15 lines
437 B
Text
15 lines
437 B
Text
|
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
|