summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-05-27 21:18:45 +0200
committerunknown <joreland@mysql.com>2004-05-27 21:18:45 +0200
commit80628b0ebe036438e4efabd4c75d9ed8bfe54136 (patch)
treed0510b4d9481d849c32c666812cd324b9dda63ac /ndb
parent166e750f25fe8066c9f164a8cb763a743b22e449 (diff)
downloadmariadb-git-80628b0ebe036438e4efabd4c75d9ed8bfe54136.tar.gz
Fix dependency for mgmsrv
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/mgmsrv/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am
index b70f8937b3b..439d126dc5b 100644
--- a/ndb/src/mgmsrv/Makefile.am
+++ b/ndb/src/mgmsrv/Makefile.am
@@ -13,7 +13,9 @@ mgmtsrvr_SOURCES = \
MgmtSrvrConfig.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 \
$(top_srcdir)/ndb/src/common/editline/libeditline.a \