From: ewt Date: Mon, 11 Dec 1995 22:53:09 +0000 (+0000) Subject: Get DEBUG, WARNING, and EFENCE stuff from children X-Git-Tag: rpm-4.4-release~5731 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61514fde9461cddabcb65834c20fb5659eecc590;p=platform%2Fupstream%2Frpm.git Get DEBUG, WARNING, and EFENCE stuff from children CVS patchset: 4 CVS date: 1995/12/11 22:53:09 --- diff --git a/lib/Makefile.in b/lib/Makefile.in index e62a041..7574663 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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 # -----------------------------------------------------------------------