From 719100f0566f2e7578f26eb746987e49aa0c5165 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Feb 1996 18:52:05 +0000 Subject: [PATCH] added checksig.o CVS patchset: 398 CVS date: 1996/02/22 18:52:05 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 10fda35..63cd66d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ ETCDIR=$(ROOT)/etc # ----------------------------------------------------------------------- SUBDIRS = lib build tools -OBJS = query.o install.o verify.o +OBJS = query.o install.o verify.o checksig.o PROGS = rpm rpmconvert LOADLIBES = -lbuild -lrpm -ldb /usr/lib/libgz.a $(LIBEFENCE) -- 2.7.4