changed to support querying
authorewt <devnull@localhost>
Wed, 27 Dec 1995 19:18:16 +0000 (19:18 +0000)
committerewt <devnull@localhost>
Wed, 27 Dec 1995 19:18:16 +0000 (19:18 +0000)
CVS patchset: 96
CVS date: 1995/12/27 19:18:16

Makefile.in

index 3cd5ca5..9148f07 100644 (file)
@@ -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)