summaryrefslogtreecommitdiff
path: root/firefox-36-libzg
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2011-05-04 00:19:36 +0530
committerManish Sinha <manishsinha@ubuntu.com>2011-05-04 00:19:36 +0530
commitfa2f64823b029d081bd5b6178d8af43f57d59fa0 (patch)
treeef0323a6371ee308dd1b49dd5595679a06df7bb4 /firefox-36-libzg
parent497f69b9c78a8bb43df4597187c93b3e68cc5f83 (diff)
Fixed the macro which detects the presence of xul >= 1.9.2 and xul < 2.0
Diffstat (limited to 'firefox-36-libzg')
-rw-r--r--firefox-36-libzg/extension/components/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-36-libzg/extension/components/Makefile.am b/firefox-36-libzg/extension/components/Makefile.am
index 1080f1c..634f21f 100644
--- a/firefox-36-libzg/extension/components/Makefile.am
+++ b/firefox-36-libzg/extension/components/Makefile.am
@@ -12,12 +12,12 @@ libzeitgeist_xpcom_la_SOURCES = \
libzeitgeist_xpcom_la_CXXFLAGS = \
-include "xpcom-config.h" \
$(ZEITGEIST_CFLAGS) \
- $(LIBXUL_1_92_LIBS) \
+ $(LIBXUL_1_9_2_CFLAGS) \
$(NULL)
libzeitgeist_xpcom_la_LIBADD = \
$(ZEITGEIST_LIBS) \
- $(LIBXUL_1_92_LIBS) \
+ $(LIBXUL_1_9_2_LIBS) \
$(NULL)
libzeitgeist_xpcom_la_LDFLAGS = \