summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am2
-rw-r--r--src/Makefile.am1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d9791e594..a6edc8de4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -97,6 +97,7 @@ libephymisc_la_LDFLAGS = \
$(AM_LDFLAGS) -avoid-version -no-undefined
libephymisc_la_LIBADD = \
+ $(top_builddir)/lib/history/libephyhistory.la \
$(CAIRO_LIBS) \
$(GDK_PIXBUF_LIBS) \
$(GDK_X11_LIBS) \
@@ -132,7 +133,6 @@ ephy_profile_migrator_CPPFLAGS = \
$(AM_CPPFLAGS)
ephy_profile_migrator_LDADD = \
- $(top_builddir)/lib/history/libephyhistory.la \
libephymisc.la \
$(GLIB_LIBS) \
$(GTK_LIBS) \
diff --git a/src/Makefile.am b/src/Makefile.am
index a85dcf9d3..a7a631edd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,7 +100,6 @@ libephymain_la_LIBADD = \
$(top_builddir)/src/bookmarks/libephybookmarks.la \
$(top_builddir)/embed/libephyembed.la \
$(top_builddir)/lib/widgets/libephywidgets.la \
- $(top_builddir)/lib/history/libephyhistory.la \
$(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
$(GDK_LIBS) \