diff options
author | root <devnull@localhost> | 1996-02-19 15:13:37 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-02-19 15:13:37 +0000 |
commit | d34604145ceac5276d4a896d2127d8bb36c7f974 (patch) | |
tree | 93b8840a2f0128da6842fe457d92447a8d255a78 /lib | |
parent | e3761e244dce3c98157f5d30bbeb4189570e04f4 (diff) | |
download | rpm-d34604145ceac5276d4a896d2127d8bb36c7f974.tar.gz rpm-d34604145ceac5276d4a896d2127d8bb36c7f974.tar.bz2 rpm-d34604145ceac5276d4a896d2127d8bb36c7f974.zip |
added signature.o
CVS patchset: 320
CVS date: 1996/02/19 15:13:37
Diffstat (limited to 'lib')
-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 0c827cefa..bdf886ab1 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 + oldheader.o install.o signature.o LIBRPM = librpm.a LOADLIBES = -lrpm -lgdbm -ldb $(LIBEFENCE) PROGS = dump dumpdb |