summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-08-09 17:33:08 -0700
committerbrian@zim.(none) <>2006-08-09 17:33:08 -0700
commitc37e1b4839b28d27cae890c70a903a70fecaef3c (patch)
treed881a3ce87f89e90f4b1a12a9212433554eb6c48 /libmysqld
parent21f7f347762079fe907574fc73e6b549f4749d9e (diff)
downloadmariadb-git-c37e1b4839b28d27cae890c70a903a70fecaef3c.tar.gz
First stage removeal of BDB.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index befbd3fad3a..7fddfee51f0 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -98,7 +98,7 @@ endif
# Storage engine specific compilation options
ha_berkeley.o: ha_berkeley.cc
- $(CXXCOMPILE) @bdb_includes@ $(LM_CFLAGS) -c $<
+ $(CXXCOMPILE) $(LM_CFLAGS) -c $<
ha_ndbcluster.o:ha_ndbcluster.cc
$(CXXCOMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $<