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

33 lines
847 B
Makefile

INCLUDES = -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = kwin3_web.la
kwin3_web_la_SOURCES = \
Web.cpp \
WebButton.cpp \
WebButtonClose.cpp \
WebButtonHelp.cpp \
WebButtonIconify.cpp \
WebButtonLower.cpp \
WebButtonMaximize.cpp \
WebButtonSticky.cpp
noinst_HEADERS = \
Web.h \
WebButton.h \
WebButtonClose.h \
WebButtonHelp.h \
WebButtonIconify.h \
WebButtonLower.h \
WebButtonMaximize.h \
WebButtonSticky.h
kwin3_web_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kwin3_web_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
METASOURCES = AUTO
linkdir = $(kde_datadir)/kwin/
link_DATA = web.desktop
EXTRA_DIST = $(link_DATA)
#messages:
# $(XGETTEXT) *.cpp -o $(podir)/kwin_web.pot