added depends.c
authorewt <devnull@localhost>
Mon, 10 Jun 1996 17:42:51 +0000 (17:42 +0000)
committerewt <devnull@localhost>
Mon, 10 Jun 1996 17:42:51 +0000 (17:42 +0000)
CVS patchset: 634
CVS date: 1996/06/10 17:42:51

lib/Makefile.in

index 871c574..e487555 100644 (file)
@@ -1,5 +1,5 @@
 LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o rpmerr.o falloc.o \
-            var.o md5.o md5sum.o dbindex.o rpmrc.o \
+            var.o md5.o md5sum.o dbindex.o rpmrc.o depends.o \
             rpmdb.o stringbuf.o rpmlead.o package.o uninstall.o \
             oldheader.o install.o signature.o verify.o 
 SOURCES = $(subst .o,.c,$(LIBOBJECTS))