aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-05 04:33:39 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-05 04:33:39 +0800
commitd95d1dfa398383b0b6446d63b96dc4e2e3a972ff (patch)
tree5aa0ef163db61100ee49a40b929f304909cc5539 /embed/mozilla/Makefile.am
parent47015d29a0d473474643f1cdffcec8e437c60b64 (diff)
downloadgsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.tar
gsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.tar.gz
gsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.tar.bz2
gsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.tar.lz
gsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.tar.xz
gsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.tar.zst
gsoc2013-epiphany-d95d1dfa398383b0b6446d63b96dc4e2e3a972ff.zip
Use mozilla-config.h instead of hacks.
2003-04-04 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/mozilla/Makefile.am: Use mozilla-config.h instead of hacks.
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r--embed/mozilla/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am
index e3e138c8b..1db481fba 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -1,6 +1,3 @@
-#MOZILLA_ACDEFINES = -include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h
-MOZILLA_ACDEFINES=-DNEW_H=\<new\>
-
INCLUDES = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/embed \
@@ -49,7 +46,7 @@ INCLUDES = \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED \
-DSHARE_DIR=\"$(pkgdatadir)\" \
- $(MOZILLA_ACDEFINES)
+ -include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h
noinst_LTLIBRARIES = libephymozillaembed.la