diff --git a/ndb/src/kernel/vm/Configuration.cpp b/ndb/src/kernel/vm/Configuration.cpp
index 8a0a9e791506173d7fee39736e369a69d5fc50f9..9469a39a6f5c53322dcb7a412fc3af10d5674321 100644
--- a/ndb/src/kernel/vm/Configuration.cpp
+++ b/ndb/src/kernel/vm/Configuration.cpp
@@ -403,7 +403,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
   unsigned int noBatchSize = 0;
   m_logLevel = new LogLevel();
   
-  struct AttribStorage { int paramId; Uint32 * storage; bool computable };
+  struct AttribStorage { int paramId; Uint32 * storage; bool computable; };
   AttribStorage tmp[] = {
     { CFG_DB_NO_SCANS, &noOfScanRecords, false },
     { CFG_DB_NO_LOCAL_SCANS, &noOfLocalScanRecords, true },
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am
index dc6e210f5762c7204f5ba66d3a68c6a1a5e6240d..630a19e035629d8579d6128413f41aa925c1c860 100644
--- a/ndb/src/mgmsrv/Makefile.am
+++ b/ndb/src/mgmsrv/Makefile.am
@@ -19,7 +19,6 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \
 
 LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la \
 	    $(top_builddir)/ndb/src/common/editline/libeditline.a \
-            $(top_builddir)/ndb/src/libndbclient.la \
             $(top_builddir)/dbug/libdbug.a \
             $(top_builddir)/mysys/libmysys.a \
             $(top_builddir)/strings/libmystrings.a