kwin/clients/modernsystem/Makefile.am
Daniel M. Duley 0ae123ceef Cool new Kwin C++ style engine - Modern system :) This uses buttons orignally
from the KStyle aqua theme - color reduced, converted to bitmaps, and drawn
using the color scheme. The buttons in different color schemes shows why it's
really cool to support dynamic C++ engines as well as pixmap themes ;-) Also
uses a small frame with a resize handle and mac-like (hehe - of course ;-)
drawing for everything else.

Preliminary screenshots with different color schemes are at:
http://www.mosfet.org/modern-0428.html

svn path=/trunk/kdebase/kwin/; revision=47624
2000-04-27 11:29:25 +00:00

21 lines
432 B
Makefile

INCLUDES = $(all_includes)
lib_LTLIBRARIES = libkwinmodernsys.la
libkwinmodernsys_la_SOURCES = modernsys.cpp
METASOURCES = AUTO
noinst_HEADERS = modernsys.h
lnkdir = $(kde_datadir)/kwin/
lnk_DATA = modernsystem.desktop
EXTRA_DIST = $(lnk_DATA)
libkwinmodernsys_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module
libkwinmodernsys_la_LIBADD = $(LIB_KDEUI)
###KMAKE-start (don't edit or delete this block)
###KMAKE-end