diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-16 00:28:16 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-16 00:28:16 +0200 |
commit | 29fef7b97b3654ba8dccfde91a64aeba5829a40d (patch) | |
tree | 1a82eb7944f9a2be0f709fe21af50f43244c1696 /src | |
parent | 6f46645e772563f05836838c8a787c4ea4b20f27 (diff) | |
download | pacman-29fef7b97b3654ba8dccfde91a64aeba5829a40d.tar.gz pacman-29fef7b97b3654ba8dccfde91a64aeba5829a40d.tar.xz |
Whoops, actually remove convertdb this time
Diffstat (limited to 'src')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 5f30f3ef..29bea83c 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = vercmp convertdb +bin_PROGRAMS = vercmp AM_CFLAGS = \ -I$(top_srcdir)/lib/libalpm \ |