diff options
author | marc <devnull@localhost> | 1995-12-14 16:44:32 +0000 |
---|---|---|
committer | marc <devnull@localhost> | 1995-12-14 16:44:32 +0000 |
commit | 033609ea2d5c22c48329b2181dc82c4167fd41cc (patch) | |
tree | 3420d84e19f73cbde309fc32e6e559b325bbd4a0 /lib/Makefile.in | |
parent | 1b6a9c93751802377ef23df97226e8fc5cc92b0e (diff) | |
download | librpm-tizen-033609ea2d5c22c48329b2181dc82c4167fd41cc.tar.gz librpm-tizen-033609ea2d5c22c48329b2181dc82c4167fd41cc.tar.bz2 librpm-tizen-033609ea2d5c22c48329b2181dc82c4167fd41cc.zip |
added var.o
CVS patchset: 46
CVS date: 1995/12/14 16:44:32
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 b11d1ac4e..9c5e375cf 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,7 @@ LIBS = -lgdbm #-lefence LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o rpmerr.o falloc.o \ - convertdb.o oldrpmfile.o + convertdb.o oldrpmfile.o var.o LIBRPM = librpm.a WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes |