aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sample/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sample/Makefile.am')
-rw-r--r--plugins/sample/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/sample/Makefile.am b/plugins/sample/Makefile.am
index 45b79e024..2c735e923 100644
--- a/plugins/sample/Makefile.am
+++ b/plugins/sample/Makefile.am
@@ -1,7 +1,10 @@
plugindir = $(libdir)/epiphany/plugins
INCLUDES = \
- -I/opt/gnome/include/epiphany-1.0 \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/embed \
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/src/bookmarks \
$(EPIPHANY_DEPENDENCY_CFLAGS) \
-DSHARE_DIR=\"$(pkgdatadir)\" \
-DG_DISABLE_DEPRECATED \