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
This commit is contained in:
parent
f5c0f445de
commit
be37d317bd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
INCLUDES = $(all_includes) -I$(top_srcdir)
|
INCLUDES = -I$(top_srcdir) $(all_includes)
|
||||||
kde_module_LTLIBRARIES = libkwinweb.la
|
kde_module_LTLIBRARIES = libkwinweb.la
|
||||||
|
|
||||||
libkwinweb_la_SOURCES = \
|
libkwinweb_la_SOURCES = \
|
||||||
|
|
Loading…
Reference in a new issue