a7d491a8b4
Go and download some themes from icewm.themes.org! The client has customisable button positions, and uses my newly added kwindecoration module to configure its settings. Enjoy!!! svn path=/trunk/kdebase/kwin/; revision=92316
16 lines
371 B
Makefile
16 lines
371 B
Makefile
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkwinicewm_config.la
|
|
|
|
libkwinicewm_config_la_SOURCES = config.cpp
|
|
libkwinicewm_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkwinicewm_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
|