1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00

First stage removeal of BDB.

This commit is contained in:
brian@zim.(none)
2006-08-09 17:33:08 -07:00
parent 21f7f34776
commit c37e1b4839
10 changed files with 3 additions and 246 deletions

View File

@@ -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 $<