2003-08-29 22:49:03 +00:00
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kwin_plastik_config.la
|
|
|
|
|
|
|
|
kwin_plastik_config_la_SOURCES = config.cpp configdialog.ui
|
|
|
|
kwin_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
kwin_plastik_config_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = config.h
|
|
|
|
DISTCLEANFILES = $(METASOURCES)
|
|
|
|
|
|
|
|
lnkdir = $(kde_datadir)/kwin
|
|
|
|
|
2003-10-10 13:08:14 +00:00
|
|
|
messages: rc.cpp
|
2003-08-29 22:49:03 +00:00
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kwin_plastik_config.pot
|