aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-06-06 05:09:47 +0800
committerXan Lopez <xan@gnome.org>2009-06-06 05:09:47 +0800
commit8cc5c0f0ceca462741ece79b0ed6e43da878656f (patch)
tree28f492b0596f9c5f32d268a5d4b02dbc912fc7ce
parent963f2e49a3bc2248aa212d6c4d0203f485e27b98 (diff)
downloadgsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.tar
gsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.tar.gz
gsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.tar.bz2
gsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.tar.lz
gsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.tar.xz
gsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.tar.zst
gsoc2013-epiphany-8cc5c0f0ceca462741ece79b0ed6e43da878656f.zip
Remove embedfactory library from Makefiles.
-rw-r--r--doc/reference/Makefile.am1
-rw-r--r--src/Makefile.am3
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 8a508f956..7743419cb 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -130,7 +130,6 @@ GTKDOC_CFLAGS = -DEPIPHANY_COMPILATION \
GTKDOC_LIBS = \
$(top_builddir)/src/libephymain.la \
$(top_builddir)/src/bookmarks/libephybookmarks.la \
- $(top_builddir)/embed/libephyembedfactory.la \
$(top_builddir)/embed/webkit/libephywebkitembed.la \
$(top_builddir)/embed/libephyembed.la \
$(top_builddir)/lib/widgets/libephywidgets.la \
diff --git a/src/Makefile.am b/src/Makefile.am
index 73ffa003c..ba06c426d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -224,7 +224,6 @@ epiphany_LDFLAGS = -dlopen self
epiphany_LDADD = \
libephymain.la \
$(top_builddir)/src/bookmarks/libephybookmarks.la \
- $(top_builddir)/embed/libephyembedfactory.la \
$(top_builddir)/embed/webkit/libephywebkitembed.la \
$(top_builddir)/embed/libephyembed.la \
$(top_builddir)/lib/widgets/libephywidgets.la \
@@ -359,7 +358,6 @@ if ENABLE_PYTHON
BINDING_HEADERS_SRCDIR_IN = \
embed/ephy-command-manager.h \
embed/ephy-embed-event.h \
- embed/ephy-embed-factory.h \
embed/ephy-embed.h \
embed/ephy-embed-persist.h \
embed/ephy-embed-shell.h \
@@ -526,7 +524,6 @@ if ENABLE_INTROSPECTION
EPHY_GIR_H_FILES = \
$(top_srcdir)/embed/ephy-command-manager.h \
$(top_srcdir)/embed/ephy-embed-event.h \
- $(top_srcdir)/embed/ephy-embed-factory.h \
$(top_srcdir)/embed/ephy-embed.h \
$(top_srcdir)/embed/ephy-embed-persist.h \
$(top_srcdir)/embed/ephy-embed-shell.h \