Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-20 02:35:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-20 02:35:24 (GMT)
commit77a7b5771b76fd59a4ef3a857c0d2eb7860c3121 (patch)
tree2c84ab9c9018e6d997995e17c2b5497110b2e972 /src/Makefile.am
parent59471d920fef2bc1289fa2621f285698f4f71997 (diff)
Allow to listen to root window events.
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 bdd6daf..541c4e4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES = \
$(PYGTK_CFLAGS) \
$(MOZILLA_CFLAGS) \
-I$(MOZILLA_INCLUDE_ROOT)/docshell \
+ -I$(MOZILLA_INCLUDE_ROOT)/dom \
-I$(MOZILLA_INCLUDE_ROOT)/xulapp \
-I$(MOZILLA_INCLUDE_ROOT)/nspr \
-I$(MOZILLA_INCLUDE_ROOT)/pyxpcom \