projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87b4e5
)
(LIBS): Don't add -ldb.
author
tomo
<tomo>
Wed, 15 Oct 2003 11:32:18 +0000
(11:32 +0000)
committer
tomo
<tomo>
Wed, 15 Oct 2003 11:32:18 +0000
(11:32 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
3b346bc
..
e1fe85d
100644
(file)
--- 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@