From e3ef1b9967923f31cd6ba980d2c719aaf86c28ab Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 17 Sep 2004 21:01:38 +0000 Subject: [PATCH] Fixed after move svn path=/trunk/kdebase/kwin/; revision=347285 --- clients/plastik/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/clients/plastik/Makefile.am b/clients/plastik/Makefile.am index 14066ec3ad..05cbc8855b 100644 --- a/clients/plastik/Makefile.am +++ b/clients/plastik/Makefile.am @@ -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)