summaryrefslogtreecommitdiff
path: root/storage/ndb/test
diff options
context:
space:
mode:
authorunknown <jmiller/ndbdev@mysql.com/ndb15.mysql.com>2008-01-10 18:59:44 +0100
committerunknown <jmiller/ndbdev@mysql.com/ndb15.mysql.com>2008-01-10 18:59:44 +0100
commit2f2206840d4f16ec2c30d288c498898d09f11a69 (patch)
treeec2a8735cd001040daccd405c8f318356cbd3283 /storage/ndb/test
parent44ccc30b030863dde6a65ac380d5e5e85e32abf6 (diff)
downloadmariadb-git-2f2206840d4f16ec2c30d288c498898d09f11a69.tar.gz
Makefile.am:
Updated for name chance on dbutil storage/ndb/test/src/Makefile.am: Updated for name chance on dbutil
Diffstat (limited to 'storage/ndb/test')
-rw-r--r--storage/ndb/test/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/ndb/test/src/Makefile.am b/storage/ndb/test/src/Makefile.am
index aa486108235..8cbe83dfbcf 100644
--- a/storage/ndb/test/src/Makefile.am
+++ b/storage/ndb/test/src/Makefile.am
@@ -24,9 +24,9 @@ libNDBT_a_SOURCES = \
NdbRestarter.cpp NdbRestarts.cpp NDBT_Output.cpp \
NdbBackup.cpp NdbConfig.cpp NdbGrep.cpp NDBT_Table.cpp \
NdbSchemaCon.cpp NdbSchemaOp.cpp getarg.c \
- CpcClient.cpp NdbMixRestarter.cpp NDBT_Thread.cpp dbutil.cpp
+ CpcClient.cpp NdbMixRestarter.cpp NDBT_Thread.cpp DbUtil.cpp
-INCLUDES_LOC = -I$(top_srcdir)/storage/ndb/src/common/mgmcommon -I$(top_srcdir)/storage/ndb/include/mgmcommon -I$(top_srcdir)/storage/ndb/include/kernel -I$(top_srcdir)/storage/ndb/src/mgmapi
+INCLUDES_LOC = -I$(top_srcdir)/storage/ndb/src/common/mgmcommon -I$(top_srcdir)/storage/ndb/include/mgmcommon -I$(top_srcdir)/storage/ndb/include/kernel -I$(top_srcdir)/storage/ndb/src/mgmapi -I$(top_srcdir)/include
include $(top_srcdir)/storage/ndb/config/common.mk.am
include $(top_srcdir)/storage/ndb/config/type_ndbapitest.mk.am