45dea027b3
The patch allows the modsystem handle to be shown / hidden, and adds a config plugin for kwindecoration where this can be configured. svn path=/trunk/kdebase/kwin/; revision=93544
13 lines
324 B
Makefile
13 lines
324 B
Makefile
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkwinmodernsys_config.la
|
|
|
|
libkwinmodernsys_config_la_SOURCES = config.cpp
|
|
libkwinmodernsys_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkwinmodernsys_config_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = config.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
|