From 71a4511d0f6af7cc508aeea1f6e56045dc182ad0 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Tue, 17 Jul 2007 14:21:01 +0200 Subject: Add testdb util for finding inconsistencies in the database. Signed-off-by: Chantry Xavier Signed-off-by: Dan McGee --- src/util/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index d5783612..edc5a95d 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = vercmp testpkg +bin_PROGRAMS = vercmp testpkg testdb INCLUDES = -I$(top_srcdir)/lib/libalpm @@ -10,4 +10,7 @@ vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la testpkg_SOURCES = testpkg.c testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la +testdb_SOURCES = testdb.c +testdb_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la + # vim:set ts=2 sw=2 noet: -- cgit v1.2.3-2-g168b