From ffc5f383b89f7d5e1c929eec0f0d966e3f126cc0 Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 27 Dec 1995 19:18:16 +0000 Subject: [PATCH] changed to support querying CVS patchset: 96 CVS date: 1995/12/27 19:18:16 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3cd5ca5..9148f07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,13 +1,13 @@ SUBDIRS = lib -OBJS = spec.o stringbuf.o build.o pack.o +OBJS = spec.o stringbuf.o build.o pack.o query.o PROGS = rpm rpmlead rpmheader rpmarchive WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes DEBUG = -g OPTS = -O2 CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib -LDFLAGS = $(DEBUG) -Llib -LOADLIBES = -lrpm +LDFLAGS = $(DEBUG) -Llib +LOADLIBES = -lrpm -ldb all: make-subdirs $(OBJS) $(PROGS) -- 2.7.4