aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r--embed/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index bf05190a2..ea7f3c28d 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -62,6 +62,10 @@ libephyembed_la_CPPFLAGS = \
-I$(top_srcdir)/lib/widgets \
$(AM_CPPFLAGS)
+if WITH_WEBKIT2
+libephyembed_la_CPPFLAGS += -DHAVE_WEBKIT2
+endif
+
libephyembed_la_CFLAGS = \
-DSHARE_DIR=\"$(pkgdatadir)\" \
$(DEPENDENCIES_CFLAGS) \