diff options
author | unknown <joreland@mysql.com> | 2004-05-27 21:18:45 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-05-27 21:18:45 +0200 |
commit | 80628b0ebe036438e4efabd4c75d9ed8bfe54136 (patch) | |
tree | d0510b4d9481d849c32c666812cd324b9dda63ac /ndb | |
parent | 166e750f25fe8066c9f164a8cb763a743b22e449 (diff) | |
download | mariadb-git-80628b0ebe036438e4efabd4c75d9ed8bfe54136.tar.gz |
Fix dependency for mgmsrv
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/mgmsrv/Makefile.am | 4 |
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 \ |