diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-31 02:15:44 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-07-31 02:15:44 +0800 |
commit | 659fff975b2e251248f8e46cc67513b7f24ffec8 (patch) | |
tree | 8e26bdfa1e262dc43b24c662f2130e0050007d05 /src | |
parent | 93431e0eeb2bfa566ce1d5240ce9c75e976d0c07 (diff) | |
download | gsoc2013-epiphany-659fff975b2e251248f8e46cc67513b7f24ffec8.tar.gz gsoc2013-epiphany-659fff975b2e251248f8e46cc67513b7f24ffec8.tar.zst gsoc2013-epiphany-659fff975b2e251248f8e46cc67513b7f24ffec8.zip |
Remove all things related to autoarchive, which becomes a shared library
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 34d980fc6..b7e6448ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -158,7 +158,6 @@ 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) |