diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-01-09 22:35:40 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-01-09 22:35:40 +0800 |
commit | 086cd1230c7f9c55b54436358e38f413ad4d24f0 (patch) | |
tree | 3a372981aa61d05cb8f61339e86533c05134d6ba | |
parent | 4f144e61fc4dbbf1a4ccd809e35181782cf94f68 (diff) | |
download | gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.tar gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.tar.gz gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.tar.bz2 gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.tar.lz gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.tar.xz gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.tar.zst gsoc2013-epiphany-086cd1230c7f9c55b54436358e38f413ad4d24f0.zip |
Remove some unneeded includes and defines
2005-01-09 Crispin Flowerday <gnome@flowerday.cx>
* src/Makefile.am (epiphany_CPPFLAGS):
Remove some unneeded includes and defines
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 5 |
2 files changed, 6 insertions, 5 deletions
@@ -1,3 +1,9 @@ +2005-01-09 Crispin Flowerday <gnome@flowerday.cx> + + * src/Makefile.am (epiphany_CPPFLAGS): + + Remove some unneeded includes and defines + 2005-01-08 Adam Hooper <adamh@cvs.gnome.org> * src/ephy-tab.c: (popups_manager_add): diff --git a/src/Makefile.am b/src/Makefile.am index 3f1db63ee..1d6f3c65d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -112,13 +112,8 @@ epiphany_CPPFLAGS = \ -I$(top_builddir)/lib \ -I$(top_srcdir)/embed \ -I$(top_srcdir)/lib \ - -I$(top_srcdir)/lib/egg \ - -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/src/bookmarks \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ - -DEXTENSIONS_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/extensions"\" \ -DDATADIR=\""$(datadir)"\" \ - -DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \ $(AM_CPPFLAGS) epiphany_CFLAGS = \ |