summaryrefslogtreecommitdiff
path: root/Source/WebKit/gtk/GNUmakefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/gtk/GNUmakefile.am')
-rw-r--r--Source/WebKit/gtk/GNUmakefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/gtk/GNUmakefile.am b/Source/WebKit/gtk/GNUmakefile.am
index 0a3348685..2472212e9 100644
--- a/Source/WebKit/gtk/GNUmakefile.am
+++ b/Source/WebKit/gtk/GNUmakefile.am
@@ -68,7 +68,6 @@ libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPF
$(GSTREAMER_CFLAGS) \
$(GTK_CFLAGS) \
$(HILDON_CFLAGS) \
- $(LIBFFTW_CFLAGS) \
$(LIBSOUP_CFLAGS) \
$(LIBXML_CFLAGS) \
$(LIBXSLT_CFLAGS) \
@@ -101,7 +100,6 @@ libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBA
$(GTK_LIBS) \
$(HILDON_LIBS) \
$(JPEG_LIBS) \
- $(LIBFFTW_LIBS) \
$(LIBSOUP_LIBS) \
$(LIBXML_LIBS) \
$(LIBXSLT_LIBS) \
@@ -294,9 +292,11 @@ $(WEBKIT_GIRSOURCES): $(G_IR_SCANNER) $(JSCORE_GIRSOURCES) libwebkitgtk-@WEBKITG
--pkg=gobject-2.0 \
--pkg=gtk+-@GTK_API_VERSION@ \
--pkg=libsoup-2.4 \
+ --pkg-export=webkitgtk-@WEBKITGTK_API_VERSION@ \
--output=$@ \
--add-include-path=$(WebKit) \
--add-include-path=$(top_builddir) \
+ --c-include="webkit/webkit.h" \
-I$(srcdir)/Source \
-I$(WebKit) \
-I$(GENSOURCES) \