Commit 621b0b29 authored by joreland@mysql.com's avatar joreland@mysql.com

Fix dependency for mgmsrv

parent 44f81034
...@@ -13,7 +13,9 @@ mgmtsrvr_SOURCES = \ ...@@ -13,7 +13,9 @@ mgmtsrvr_SOURCES = \
MgmtSrvrConfig.cpp \ MgmtSrvrConfig.cpp \
CommandInterpreter.cpp CommandInterpreter.cpp
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi -I$(top_srcdir)/ndb/src/common/mgmcommon INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \
-I$(top_srcdir)/ndb/src/mgmapi \
-I$(top_srcdir)/ndb/src/common/mgmcommon
LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la \ LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la \
$(top_srcdir)/ndb/src/common/editline/libeditline.a \ $(top_srcdir)/ndb/src/common/editline/libeditline.a \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment