From be37d317bd71bd7a53d2c9fbf5e65f4a0f72c7df Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Fri, 18 May 2001 20:22:57 +0000 Subject: [PATCH] first search in srcdir, to not depend on installed headers. -INCLUDES = $(all_includes) -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) $(all_includes) svn path=/trunk/kdebase/kwin/; revision=97744 --- clients/web/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/web/Makefile.am b/clients/web/Makefile.am index 41a212ca98..64d819207e 100644 --- a/clients/web/Makefile.am +++ b/clients/web/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) $(all_includes) kde_module_LTLIBRARIES = libkwinweb.la libkwinweb_la_SOURCES = \