diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-04 06:53:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-04 06:53:45 +0800 |
commit | 49d83b69035e937e686c34f75b5993bc8cf1f8ff (patch) | |
tree | 66e8484a28c318a8ef8022d7d313e3aead9e5699 /embed/mozilla/Makefile.am | |
parent | c697d680afc56646475e93e72f1ddb785ea37061 (diff) | |
download | gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.tar gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.tar.gz gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.tar.bz2 gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.tar.lz gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.tar.xz gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.tar.zst gsoc2013-epiphany-49d83b69035e937e686c34f75b5993bc8cf1f8ff.zip |
Epiphany is now 100% fat-free.... err... free of deprecated widgets. Add
2003-12-03 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/Makefile.am:
Epiphany is now 100% fat-free.... err... free of
deprecated widgets. Add -DGTK_DISABLE_DEPRECATED
flag back again when in maintainer mode.
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 19b35ee29..b7646a05d 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -40,7 +40,7 @@ INCLUDES = \ -include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h if MAINTAINER_MODE -INCLUDES += -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \ +INCLUDES += -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED $(WARN_CXXFLAGS) endif |