kwin/clients/default/config/Makefile.am
Karol Szwed b7fd6761f1 A few libkwin to kwin_ tweaks.
svn path=/trunk/kdebase/kwin/; revision=137833
2002-02-21 14:03:28 +00:00

19 lines
445 B
Makefile

INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kwin_default_config.la
kwin_default_config_la_SOURCES = config.cpp
kwin_default_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kwin_default_config_la_LIBADD = $(LIB_KDEUI)
METASOURCES = AUTO
noinst_HEADERS = config.h
lnkdir = $(kde_datadir)/kwin/
messages:
$(XGETTEXT) *.cpp -o $(podir)/kwin_default_config.pot
###KMAKE-start (don't edit or delete this block)
###KMAKE-end