aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-28 21:58:54 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-28 21:58:54 +0800
commitbc9b9dc4e72be532630f2c484c0684bf30f96d2d (patch)
tree5cfb1c67452df8e612960ffbb355fbaf4ac2b3a1 /src/Makefile.am
parent0c902f0d3c673af94f75b321046891882ce81585 (diff)
downloadgsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.tar
gsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.tar.gz
gsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.tar.bz2
gsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.tar.lz
gsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.tar.xz
gsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.tar.zst
gsoc2013-epiphany-bc9b9dc4e72be532630f2c484c0684bf30f96d2d.zip
ephy-find-toolbar: port to use webkit API directly.
Copy the code from embeb/webkit mostly verbatim for now. svn path=/trunk/; revision=8291
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index baa982e5d..21ee1a1de 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -115,6 +115,7 @@ libephymain_la_CPPFLAGS = \
libephymain_la_CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
$(DBUS_CFLAGS) \
+ $(WEBKIT_CFLAGS) \
$(AM_CFLAGS)
if ENABLE_NETWORK_MANAGER