aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-01-09 22:35:40 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-01-09 22:35:40 +0800
commit086cd1230c7f9c55b54436358e38f413ad4d24f0 (patch)
tree3a372981aa61d05cb8f61339e86533c05134d6ba /src
parent4f144e61fc4dbbf1a4ccd809e35181782cf94f68 (diff)
downloadgsoc2013-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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 0 insertions, 5 deletions
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 = \