diff options
author | unknown <jmiller/ndbdev@mysql.com/ndb15.mysql.com> | 2008-01-10 18:59:44 +0100 |
---|---|---|
committer | unknown <jmiller/ndbdev@mysql.com/ndb15.mysql.com> | 2008-01-10 18:59:44 +0100 |
commit | 2f2206840d4f16ec2c30d288c498898d09f11a69 (patch) | |
tree | ec2a8735cd001040daccd405c8f318356cbd3283 /storage/ndb | |
parent | 44ccc30b030863dde6a65ac380d5e5e85e32abf6 (diff) | |
download | mariadb-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')
-rw-r--r-- | storage/ndb/test/src/Makefile.am | 4 |
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 |