Fixed after move

svn path=/trunk/kdebase/kwin/; revision=347285
icc-effect-5.14.5
David Faure 2004-09-17 21:01:38 +00:00
parent 9116c6345f
commit e3ef1b9967
1 changed files with 2 additions and 4 deletions

View File

@ -4,17 +4,15 @@ SUBDIRS = config
KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes)
INCLUDES = -I$(srcdir)/../../lib $(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 xpm/shade.xpm xpm/unshade.xpm xpm/keepabove.xpm xpm/notkeepabove.xpm xpm/keepbelow.xpm xpm/notkeepbelow.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_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
kwin3_plastik_la_METASOURCES = AUTO
DISTCLEANFILES = $(kwin3_plastik_la_METASOURCES)