97b0ee49e1
- Modifying the default style to use the new kwin plugin interface for proper resource management. - The new default style looks nearly the same, but adds several nice features such as titlebar height and button position customisation among others, and adds a config module for configuration. - kwin plugin loader modified to reflect the new default plugin change. The old default will be removed shortly. - oh, and never ever flicker :) svn path=/trunk/kdebase/kwin/; revision=100839
17 lines
350 B
Makefile
17 lines
350 B
Makefile
|
|
INCLUDES = $(all_includes)
|
|
|
|
SUBDIRS = . config
|
|
|
|
kde_module_LTLIBRARIES = libkwindefault.la
|
|
|
|
libkwindefault_la_SOURCES = kdedefault.cpp
|
|
libkwindefault_la_LIBADD = ../../kwin.la
|
|
libkwindefault_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = kdedefault.h
|
|
|
|
###KMAKE-start (don't edit or delete this block)
|
|
|
|
###KMAKE-end
|