aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-06-14 08:59:10 +0000
committerFrancois Pons <fpons@mandriva.com>2001-06-14 08:59:10 +0000
commit650038fa7aa8bfe8c2d3c18c12921c65d02bc201 (patch)
tree30100e27a268127050fefaef56fb0d722c0ea4bd /Makefile
parent64aaa2635e372f388137778e2998e6bafb76afd6 (diff)
downloadrpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar
rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar.gz
rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar.bz2
rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar.xz
rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)