790b9e0de6
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
17 lines
426 B
Makefile
17 lines
426 B
Makefile
SUBDIRS=cli_installer
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kwin3_kwmtheme.la
|
|
|
|
kwin3_kwmtheme_la_SOURCES = kwmthemeclient.cpp
|
|
kwin3_kwmtheme_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_kwmtheme_la_LIBADD = -lkdecorations
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = kwmthemeclient.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin
|
|
lnk_DATA = kwmtheme.desktop
|
|
|
|
#messages:
|
|
# $(XGETTEXT) *.cpp -o $(podir)/kwin_kwmtheme.pot
|