Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'browser-plugin/Makefile.am')
-rw-r--r--browser-plugin/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 1f2fccd..6c84773 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -9,7 +9,12 @@ libevince_plugin_la_SOURCES = \
scriptable.h
libevince_plugin_la_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
+ -I$(top_srcdir)/libdocument \
+ -I$(top_builddir)/libdocument \
-I$(top_srcdir)/libview \
+ -I$(top_builddir)/libview \
-DXP_UNIX \
-DMOZ_X11 \
-DEV_BINARY_VERSION=\"$(EV_BINARY_VERSION)\" \