2004-06-21 16:25:24 +00:00
|
|
|
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = $(all_includes) -DKCMRULES
|
2004-06-23 00:21:57 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/kwin/lib
|
2004-06-21 16:25:24 +00:00
|
|
|
|
2004-06-26 10:56:36 +00:00
|
|
|
KDE_OPTIONS = nofinal
|
|
|
|
|
2004-06-21 16:25:24 +00:00
|
|
|
kde_module_LTLIBRARIES = kcm_kwinrules.la
|
|
|
|
|
2004-06-22 16:31:57 +00:00
|
|
|
kcm_kwinrules_la_SOURCES = main.cpp ruleswidget.cpp ruleslist.cpp kwinsrc.cpp detectwidget.cpp \
|
|
|
|
ruleswidgetbase.ui ruleslistbase.ui detectwidgetbase.ui
|
2004-06-21 16:25:24 +00:00
|
|
|
kcm_kwinrules_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
|
|
|
|
kcm_kwinrules_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
|
2004-06-30 07:32:03 +00:00
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkwinrules.pot
|
2004-06-21 16:25:24 +00:00
|
|
|
|
|
|
|
xdg_apps_DATA = kwinrules.desktop
|