diff options
author | Allan McRae <allan@archlinux.org> | 2016-10-17 14:00:11 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-10-22 12:50:55 +0200 |
commit | 4c4ce473d6a671234be534414ba3660c7267c9ee (patch) | |
tree | 602371d804c396f279bf4aea1d2f8fe1c9672557 /src/util/Makefile.am | |
parent | 577701250d645d1fc1a505cde34aedbeb3208ea5 (diff) | |
download | pacman-4c4ce473d6a671234be534414ba3660c7267c9ee.tar.gz pacman-4c4ce473d6a671234be534414ba3660c7267c9ee.tar.xz |
Remove pactree
This has been moved to the pacman-contrib project.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 6a89ea69..b158fba8 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -4,7 +4,7 @@ dbpath = ${localstatedir}/lib/pacman/ gpgdir = ${sysconfdir}/pacman.d/gnupg/ cachedir = ${localstatedir}/cache/pacman/pkg/ -bin_PROGRAMS = vercmp testpkg cleanupdelta pacsort pactree +bin_PROGRAMS = vercmp testpkg cleanupdelta pacsort AM_CPPFLAGS = \ -imacros $(top_builddir)/config.h \ @@ -24,9 +24,6 @@ cleanupdelta_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la pacsort_SOURCES = pacsort.c util-common.c pacsort_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la -pactree_SOURCES = pactree.c util-common.c -pactree_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la - testpkg_SOURCES = testpkg.c testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la |