(LIBS): Don't add -ldb.
authortomo <tomo>
Wed, 15 Oct 2003 11:32:18 +0000 (11:32 +0000)
committertomo <tomo>
Wed, 15 Oct 2003 11:32:18 +0000 (11:32 +0000)
Makefile.in

index 3b346bc..e1fe85d 100644 (file)
@@ -1,6 +1,6 @@
 CC = @CC@
 DEFS = @DEFS@
-LIBS = @LIBS@ -ldb
+LIBS = @LIBS@
 CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes
 
 LIBTOOL = @LIBTOOL@