changed to support querying
CVS patchset: 96 CVS date: 1995/12/27 19:18:16
This commit is contained in:
parent
9bba7f5a64
commit
ffc5f383b8
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue