summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/docs/GNUmakefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/gtk/docs/GNUmakefile.am')
-rw-r--r--WebKit/gtk/docs/GNUmakefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebKit/gtk/docs/GNUmakefile.am b/WebKit/gtk/docs/GNUmakefile.am
index d38a7aa..565f535 100644
--- a/WebKit/gtk/docs/GNUmakefile.am
+++ b/WebKit/gtk/docs/GNUmakefile.am
@@ -73,10 +73,10 @@ INCLUDES= \
$(global_cppflags) \
$(global_cflags) \
-I$(top_srcdir) \
- -I$(top_srcdir)/JavaScriptCore \
- -I$(top_srcdir)/JavaScriptCore/ForwardingHeaders \
- -I$(top_srcdir)/JavaScriptCore/parser \
- -I$(top_srcdir)/JavaScriptCore/wtf \
+ -I$(top_srcdir)/Source/JavaScriptCore \
+ -I$(top_srcdir)/Source/JavaScriptCore/ForwardingHeaders \
+ -I$(top_srcdir)/Source/JavaScriptCore/parser \
+ -I$(top_srcdir)/Source/JavaScriptCore/wtf \
-I$(top_builddir)/DerivedSources \
-I$(top_srcdir)/WebCore/platform/network/soup/cache \
$(GLOBALDEPS_CFLAGS) \