diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-10 17:02:44 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-10 17:02:44 +0800 |
commit | fc39029f70921157329689bf25cbac53114caa2c (patch) | |
tree | 3c5e2fc56710aadbbbfd928b58919b9daee4c8d5 /lib | |
parent | 6c611eade581a8668e48270b39dc757830ce23ad (diff) | |
download | gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.tar gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.tar.gz gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.tar.bz2 gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.tar.lz gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.tar.xz gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.tar.zst gsoc2013-epiphany-fc39029f70921157329689bf25cbac53114caa2c.zip |
Remove a few more egg leftovers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 | ||||
-rw-r--r-- | lib/egg/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5632810a0..601c79a6c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -83,7 +83,6 @@ nodist_libephymisc_la_SOURCES = \ libephymisc_la_CPPFLAGS = \ -I$(top_builddir)/lib \ - -I$(top_builddir)/lib/egg \ -I$(top_srcdir)/lib/egg \ -DDATADIR="\"$(datadir)\"" \ -DSHARE_DIR=\"$(pkgdatadir)\" \ diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index 40410851e..5415230a5 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -21,7 +21,6 @@ libegg_la_SOURCES = \ $(EGGHEADERS) libegg_la_CPPFLAGS = \ - -I$(top_builddir)/lib/egg \ -DG_LOG_DOMAIN=\""Egg"\" \ $(AM_CPPFLAGS) |