aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am5
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 104e1f6ac..f9af8c1ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 = \