You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
325 B
15 lines
325 B
15 years ago
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
kde_module_LTLIBRARIES = kwin_modernsys_config.la
|
||
|
|
||
|
kwin_modernsys_config_la_SOURCES = config.cpp
|
||
|
kwin_modernsys_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||
|
kwin_modernsys_config_la_LIBADD = $(LIB_KDEUI)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
noinst_HEADERS = config.h
|
||
|
|
||
|
lnkdir = $(kde_datadir)/kwin/
|
||
|
|