kwin/clients/default/Makefile.am
Nicolas Goutte 790b9e0de6 Disable message extraction before that Scripty can extract them for the
first time and until this problem can be clearer.

Reason: from my first test, there are mostly the same strings ("Maximize",
"Minimize"...) and therefore such mini-pot files full of duplicates
should not be created. (That the config files are even extra files is bad too.)

svn path=/trunk/kdebase/kwin/; revision=331821
2004-07-22 18:02:59 +00:00

16 lines
404 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