diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-27 10:01:49 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-07-27 10:02:16 +0800 |
commit | 50d140f027f842c354ca97d2342a0ffbbe5e24ee (patch) | |
tree | 96fc060721e4c9f55c8497f88380e94abd032e9c | |
parent | 671f93af76d7b184c5e4af0a60b84580619b5eb9 (diff) | |
download | gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.tar gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.tar.gz gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.tar.bz2 gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.tar.lz gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.tar.xz gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.tar.zst gsoc2013-epiphany-50d140f027f842c354ca97d2342a0ffbbe5e24ee.zip |
Add autoarchive to tests because it is used by ephy-download
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1db8a32c7..91523bc25 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -113,6 +113,7 @@ LDADD = \ $(top_builddir)/lib/history/libephyhistory.la \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ + $(top_builddir)/autoarchive/libautoarchive.la \ $(DBUS_LIBS) \ $(CODE_COVERAGE_LDFLAGS) \ $(DEPENDENCIES_LIBS) |