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
22 lines
428 B
Makefile
22 lines
428 B
Makefile
INCLUDES = $(all_includes)
|
|
|
|
SUBDIRS = . config icewm-themes
|
|
|
|
kde_module_LTLIBRARIES = libkwinicewm.la
|
|
|
|
libkwinicewm_la_SOURCES = icewm.cpp
|
|
libkwinicewm_la_LIBADD = ../../kwin.la
|
|
libkwinicewm_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = icewm.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
lnk_DATA = icewm.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
|
|
###KMAKE-start (don't edit or delete this block)
|
|
|
|
###KMAKE-end
|