diff options
-rw-r--r-- | doc/reference/Makefile.am | 9 | ||||
-rw-r--r-- | lib/Makefile.am | 1 | ||||
-rw-r--r-- | lib/egg/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 3b09fe417..9f11647dc 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -53,14 +53,6 @@ IGNORE_HFILES = \ ephy-permission-manager.h \ find-dialog.h \ print-dialog.h \ - egg-editable-toolbar.h \ - eggintl.h \ - eggmarshalers.h \ - eggstatusicon.h \ - egg-toolbar-editor.h \ - egg-toolbars-model.h \ - eggtrayicon.h \ - eggtraymanager.h \ eggtreemultidnd.h \ ephy-bookmark-action.h \ ephy-bookmark-properties.h \ @@ -114,7 +106,6 @@ GTKDOC_CFLAGS = -DEPIPHANY_COMPILATION \ -I$(top_srcdir)/src/bookmarks \ -I$(top_srcdir)/lib/egg \ -I$(top_srcdir)/lib/history \ - -I$(top_builddir)/lib/egg \ $(DEPENDENCIES_CFLAGS) \ $(DBUS_CFLAGS) \ $(INCINTL) 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) diff --git a/src/Makefile.am b/src/Makefile.am index 8e1110a3e..dc819de31 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,7 +90,6 @@ nodist_libephymain_la_SOURCES = \ libephymain_la_CPPFLAGS = \ -I$(top_builddir)/lib \ - -I$(top_builddir)/lib/egg \ -I$(top_builddir)/embed \ -I$(top_srcdir)/embed \ -I$(top_srcdir)/lib \ |