summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-11-16 17:28:07 +0000
committerFrancois Pons <fpons@mandriva.com>2000-11-16 17:28:07 +0000
commit9f42442582da7175099d1f75c3bf75b19b4b342c (patch)
treee8b706881a7a457f2fe5382011ddc9cf6cccb830 /Makefile
parent66492653f953660bd3625f7038956de779fa5ecf (diff)
downloadurpmi-9f42442582da7175099d1f75c3bf75b19b4b342c.tar
urpmi-9f42442582da7175099d1f75c3bf75b19b4b342c.tar.gz
urpmi-9f42442582da7175099d1f75c3bf75b19b4b342c.tar.bz2
urpmi-9f42442582da7175099d1f75c3bf75b19b4b342c.tar.xz
urpmi-9f42442582da7175099d1f75c3bf75b19b4b342c.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e58b2ea..dac90912 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ URPMIDIR = $(PREFIX)/var/lib/urpmi
URPMIDIR2 = $(PREFIX)/etc/urpmi
LOCALEDIR = $(PREFIX)/usr/share/locale
CFLAGS = -Wall -g
-LIBRPM = -lrpm -ldb1 -lz -lbz2 -I/usr/include/rpm -lpopt
+LIBRPM = -lrpm -lrpmio -lz -lbz2 -I/usr/include/rpm -lpopt
NAME = urpmi
TAR = $(NAME).tar.bz2