Get DEBUG, WARNING, and EFENCE stuff from children
authorewt <devnull@localhost>
Mon, 11 Dec 1995 22:53:09 +0000 (22:53 +0000)
committerewt <devnull@localhost>
Mon, 11 Dec 1995 22:53:09 +0000 (22:53 +0000)
CVS patchset: 4
CVS date: 1995/12/11 22:53:09

lib/Makefile.in

index e62a041..7574663 100644 (file)
@@ -1,12 +1,8 @@
-LIBS = -lefence
+LIBS = $(EFENCE)
 
-LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o
+LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o falloc.o
 LIBRPM = librpm.a
 
-WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-DEBUG = -g
-OPTS = -O2
-
 all: test dump
 
 # -----------------------------------------------------------------------