diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-26 00:10:04 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-16 22:04:47 +0800 |
commit | 50212cb607e4f3d59824dd7e13bf79fa126527f4 (patch) | |
tree | b3130c12683291ed7170d9dd6e05530309885197 /src | |
parent | a714aaca1a27be4d2982654eb8503249ba6f2c55 (diff) | |
download | gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.tar gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.tar.gz gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.tar.bz2 gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.tar.lz gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.tar.xz gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.tar.zst gsoc2013-epiphany-50212cb607e4f3d59824dd7e13bf79fa126527f4.zip |
Integrate autoarchive functions into Epiphany download panel
This commit complete the extraction part of the archive integration project
in Epiphany.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0046e6789..e9c5a18e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -163,6 +163,7 @@ epiphany_LDADD = \ $(top_builddir)/lib/history/libephyhistory.la \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ + $(top_builddir)/autoarchive/libautoarchive.la \ $(DEPENDENCIES_LIBS) \ $(CODE_COVERAGE_LDFLAGS) \ $(LIBINTL) |