aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-01-10 17:37:22 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:43 +0800
commit3597b89cb336a7251ed777bd08ab6b06f33db29b (patch)
tree054737b419250cd630bcecf4e6c8edcf02f093d2 /src/Makefile.am
parent196110fbed5da6e94c232e1f3b8648aa689f7a79 (diff)
downloadgsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.tar
gsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.tar.gz
gsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.tar.bz2
gsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.tar.lz
gsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.tar.xz
gsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.tar.zst
gsoc2013-epiphany-3597b89cb336a7251ed777bd08ab6b06f33db29b.zip
src: Reorder LDADD arguments properly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e48a4645..70f5574d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -146,8 +146,8 @@ epiphany_LDADD = \
$(top_builddir)/src/bookmarks/libephybookmarks.la \
$(top_builddir)/embed/libephyembed.la \
$(top_builddir)/lib/widgets/libephywidgets.la \
- $(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/history/libephyhistory.la \
+ $(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
$(DEPENDENCIES_LIBS) \
$(LIBINTL)