From: tomo Date: Wed, 15 Oct 2003 11:32:18 +0000 (+0000) Subject: (LIBS): Don't add -ldb. X-Git-Tag: b1-r0_2_0-pre10~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=da9ec578fc78a7d498fdaaa8d9ffca2caf2f0af1;p=chise%2Flibchise.git (LIBS): Don't add -ldb. --- diff --git a/Makefile.in b/Makefile.in index 3b346bc..e1fe85d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ CC = @CC@ DEFS = @DEFS@ -LIBS = @LIBS@ -ldb +LIBS = @LIBS@ CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes LIBTOOL = @LIBTOOL@