From 650038fa7aa8bfe8c2d3c18c12921c65d02bc201 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 14 Jun 2001 08:59:10 +0000 Subject: *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e812ad..6075c16 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ FROMCC_STATIC = $(FROMCC:%=%_static) ALL = $(FROMC) $(FROMCC) ALL_STATIC = $(FROMC_STATIC) $(FROMCC_STATIC) CFLAGS = -Wall -g -LIBRPM = -lrpm -lrpmio -lz -lbz2 -I/usr/include/rpm -lpopt -LIBRPM_STATIC = -ldb1 -ldb-3.1 +LIBRPM = -lrpm -lrpmio -lrpmdb -lz -lbz2 -I/usr/include/rpm -lpopt +LIBRPM_STATIC = all: $(ALL) -- cgit v1.2.1