added rpmerr.o to LIBOBJECTS
authorroot <devnull@localhost>
Tue, 12 Dec 1995 17:51:07 +0000 (17:51 +0000)
committerroot <devnull@localhost>
Tue, 12 Dec 1995 17:51:07 +0000 (17:51 +0000)
CVS patchset: 10
CVS date: 1995/12/12 17:51:07

lib/Makefile.in

index 7574663..2a2d8fa 100644 (file)
@@ -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
 
 # -----------------------------------------------------------------------