diff options
author | ewt <devnull@localhost> | 1996-02-20 03:52:37 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-02-20 03:52:37 +0000 |
commit | 7bd32a18d1e994aa6c2834684c650affbc442a8c (patch) | |
tree | 261934ccedf7231dcaef5c9370934a7ec531d73f /lib/Makefile.in | |
parent | 6a20b58b0b6d1b8465af978cfc048a864cef8199 (diff) | |
download | librpm-tizen-7bd32a18d1e994aa6c2834684c650affbc442a8c.tar.gz librpm-tizen-7bd32a18d1e994aa6c2834684c650affbc442a8c.tar.bz2 librpm-tizen-7bd32a18d1e994aa6c2834684c650affbc442a8c.zip |
added verify.c
CVS patchset: 344
CVS date: 1996/02/20 03:52:37
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index bdf886ab1..2184c6f34 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,7 @@ LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o rpmerr.o falloc.o \ var.o md5.o md5sum.o dbindex.o rpmrc.o \ rpmdb.o stringbuf.o rpmlead.o package.o uninstall.o \ - oldheader.o install.o signature.o + oldheader.o install.o signature.o verify.o LIBRPM = librpm.a LOADLIBES = -lrpm -lgdbm -ldb $(LIBEFENCE) PROGS = dump dumpdb |