From c0fce339bf5463a5ee6b07dcd870e7f3283901f5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Dec 1995 17:51:07 +0000 Subject: [PATCH] added rpmerr.o to LIBOBJECTS CVS patchset: 10 CVS date: 1995/12/12 17:51:07 --- lib/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 7574663..2a2d8fa 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,8 +1,12 @@ -LIBS = $(EFENCE) +LIBS = -lefence -LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o falloc.o +LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o rpmerr.o LIBRPM = librpm.a +WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes +DEBUG = -g +OPTS = -O2 + all: test dump # ----------------------------------------------------------------------- -- 2.7.4