kwin/clients/modernsystem/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

17 lines
399 B
Makefile

# $Id$
INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kwin_modernsys_config.la
kwin_modernsys_config_la_SOURCES = config.cpp
kwin_modernsys_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kwin_modernsys_config_la_LIBADD = $(LIB_KDEUI)
METASOURCES = AUTO
noinst_HEADERS = config.h
lnkdir = $(kde_datadir)/kwin/
messages:
$(XGETTEXT) *.cpp -o $(podir)/kwin_modernsys_config.pot