f23a3b153a
- Don't close the window when double clicking on the menu button. - Reorganized the settings dialog: * "border size" has moved to the kwin core. * "shrink borders for maximized windows" has moved to the kwin "allow moving and resizing of maximized windows" setting. svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=251940
20 lines
725 B
Makefile
20 lines
725 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = config
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
kwindir = $(kde_datadir)/kwin/
|
|
kwin_DATA = plastik.desktop
|
|
|
|
noinst_HEADERS = plastik.h plastikclient.h plastikbutton.h misc.h shadow.h xpm/empty.xpm xpm/close.xpm xpm/help.xpm xpm/maximize.xpm xpm/restore.xpm xpm/minimize.xpm xpm/sticky.xpm xpm/unsticky.xpm
|
|
|
|
kde_module_LTLIBRARIES = kwin3_plastik.la
|
|
kwin3_plastik_la_SOURCES = plastik.cpp plastikclient.cpp plastikbutton.cpp misc.cpp shadow.cpp
|
|
kwin3_plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_plastik_la_LIBADD = $(LIB_KDEUI) $(kde_libraries)/libkdecorations.la
|
|
kwin3_plastik_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = $(kwin3_plastik_la_METASOURCES)
|