From 087be2f1fbae2d7168732c7004d8963a3d9d21d8 Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Fri, 18 Sep 2009 21:59:52 +0200 Subject: delta : add external cleanup script Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- src/util/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 97a0ffa1..638e2764 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -3,7 +3,7 @@ conffile = ${sysconfdir}/pacman.conf dbpath = ${localstatedir}/lib/pacman/ cachedir = ${localstatedir}/cache/pacman/pkg/ -bin_PROGRAMS = vercmp testpkg testdb +bin_PROGRAMS = vercmp testpkg testdb cleanupdelta DEFS = -DLOCALEDIR=\"@localedir@\" \ -DCONFFILE=\"$(conffile)\" \ @@ -24,4 +24,8 @@ testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la testdb_SOURCES = testdb.c testdb_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la +cleanupdelta_SOURCES = cleanupdelta.c +cleanupdelta_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la + + # vim:set ts=2 sw=2 noet: -- cgit v1.2.3-24-g4f1b