kwin/clients/default/Makefile.am
Luboš Luňák 12f4763033 Oops. KWin decoration plugins had no messages although they contain
few i18n strings.

svn path=/trunk/kdebase/kwin/; revision=331733
2004-07-22 11:48:03 +00:00

16 lines
402 B
Makefile

INCLUDES = -I$(srcdir)/../../lib $(all_includes)
SUBDIRS = . config
kde_module_LTLIBRARIES = kwin3_default.la
kwin3_default_la_SOURCES = kdedefault.cpp
kwin3_default_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kwin3_default_la_LIBADD = $(LIB_KDECORE) ../../lib/libkdecorations.la
METASOURCES = AUTO
noinst_HEADERS = kdedefault.h
messages:
$(XGETTEXT) *.cpp -o $(podir)/kwin_default.pot