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
25 lines
536 B
Makefile
25 lines
536 B
Makefile
|
|
INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
SUBDIRS = . config
|
|
|
|
kde_module_LTLIBRARIES = kwin3_quartz.la
|
|
|
|
kwin3_quartz_la_SOURCES = quartz.cpp
|
|
kwin3_quartz_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_quartz_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = quartz.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
lnk_DATA = quartz.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
#messages:
|
|
# $(XGETTEXT) *.cpp -o $(podir)/kwin_quartz.pot
|
|
|
|
###KMAKE-start (don't edit or delete this block)
|
|
|
|
###KMAKE-end
|