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
19 lines
451 B
Makefile
19 lines
451 B
Makefile
|
|
INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kwin3_laptop.la
|
|
|
|
kwin3_laptop_la_SOURCES = laptopclient.cpp
|
|
kwin3_laptop_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_laptop_la_LIBADD = ../../lib/libkdecorations.la
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = laptopclient.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin
|
|
lnk_DATA = laptop.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
#messages:
|
|
# $(XGETTEXT) *.cpp -o $(podir)/kwin_laptop.pot
|