7aba5a0721
(The user visible strings inkdebase/kwin/clients are extracted to kwin_client.pot) CCMAIL:kde-i18n-doc@kde.org svn path=/trunk/kdebase/kwin/; revision=347824
16 lines
359 B
Makefile
16 lines
359 B
Makefile
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kwin_b2_config.la
|
|
|
|
kwin_b2_config_la_SOURCES = config.cpp
|
|
kwin_b2_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin_b2_config_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = config.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
|
|
###KMAKE-start (don't edit or delete this block)
|
|
|
|
###KMAKE-end
|