From bfee0e7611dd99a4c1b7ffa2cd038c943aba5117 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 8 Sep 1999 18:27:40 +0000 Subject: o patches for jj for moving to kudzu for probing o don't change the root text for a messagewindow --- rpmmodule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpmmodule') diff --git a/rpmmodule/Makefile b/rpmmodule/Makefile index 87cb73c6a..1eac6277e 100644 --- a/rpmmodule/Makefile +++ b/rpmmodule/Makefile @@ -10,7 +10,7 @@ CC = gcc INCLUDES = -I/usr/include/rpm -I/usr/include/python1.5 CFLAGS = -Wall -fPIC -g $(INCLUDES) -LIBS = -lrpm -lz -ldb1 +LIBS = -lrpm -lbz2 -lz -ldb1 LDFLAGS = -shared -Wl,-soname,$(TARGET) $(LIBS) # what are we building here? -- cgit