aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-02-06 03:25:49 +0800
committerChristian Persch <chpe@src.gnome.org>2006-02-06 03:25:49 +0800
commit97265c7fbcc1744b27b56e43580fe5c9ad41c26a (patch)
tree8ef527fe009a9649bfd670f75241e3142d99f900 /embed/mozilla/Makefile.am
parent8280cf3ebd50c607bcd0ddda57aed497cb2a4748 (diff)
downloadgsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.tar
gsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.tar.gz
gsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.tar.bz2
gsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.tar.lz
gsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.tar.xz
gsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.tar.zst
gsoc2013-epiphany-97265c7fbcc1744b27b56e43580fe5c9ad41c26a.zip
Only use the major version in the user agent string.
2006-02-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: Only use the major version in the user agent string.
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r--embed/mozilla/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am
index e8c747e8f..3b118e01d 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -143,6 +143,7 @@ libephymozillaembed_la_CPPFLAGS = \
-DPLUGINDIR=\"$(libdir)/epiphany/$(EPIPHANY_MAJOR)/plugins\" \
-DMOZILLA_HOME=\"$(MOZILLA_HOME)\" \
-DMOZILLA_PREFIX=\"$(MOZILLA_PREFIX)\" \
+ -DEPIPHANY_MAJOR=\"$(EPIPHANY_MAJOR)\" \
-DALLOW_PRIVATE_API \
$(AM_CPPFLAGS)