diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f3d785ff19e..dab7288c468 100644 --- a/configure.in +++ b/configure.in @@ -2879,6 +2879,7 @@ AC_SUBST(mgmapiincludedir) -I\$(top_srcdir)/ndb/include/kernel \ -I\$(top_srcdir)/ndb/include/transporter \ -I\$(top_srcdir)/ndb/include/debugger \ + -I\$(top_srcdir)/ndb/include/mgmapi \ -I\$(top_srcdir)/ndb/include/mgmcommon \ -I\$(top_srcdir)/ndb/include/ndbapi \ -I\$(top_srcdir)/ndb/include/util \ @@ -2890,6 +2891,7 @@ AC_SUBST(mgmapiincludedir) -I\$(top_srcdir)/ndb/include/transporter \ -I\$(top_srcdir)/ndb/include/debugger \ -I\$(top_srcdir)/ndb/include/mgmcommon \ + -I\$(top_srcdir)/ndb/include/mgmapi \ -I\$(top_srcdir)/ndb/include/ndbapi \ -I\$(top_srcdir)/ndb/include/util \ -I\$(top_srcdir)/ndb/include/portlib \ |