[Groonga-mysql-commit] mroonga/mroonga at cc62c7e [master] Add missing include path for binlog_config.h

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 30 11:52:16 JST 2016


Kouhei Sutou	2016-04-30 11:52:16 +0900 (Sat, 30 Apr 2016)

  New Revision: cc62c7e606d420adf23f6caed4bcec5474f73f6e
  https://github.com/mroonga/mroonga/commit/cc62c7e606d420adf23f6caed4bcec5474f73f6e

  Message:
    Add missing include path for binlog_config.h

  Modified files:
    CMakeLists.txt
    configure.ac

  Modified: CMakeLists.txt (+1 -0)
===================================================================
--- CMakeLists.txt    2016-04-30 10:37:36 +0900 (b28b0e1)
+++ CMakeLists.txt    2016-04-30 11:52:16 +0900 (9685e19)
@@ -212,6 +212,7 @@ if(EXISTS "${MYSQL_SOURCE_DIR}/libbinlogevents")
   set(MYSQL_LIBBINLOGEVENTS_EXPORT_DIR
     "${MYSQL_SOURCE_DIR}/libbinlogevents/export")
   set(MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR
+    "${MYSQL_BUILD_DIR}/libbinlogevents/include"
     "${MYSQL_SOURCE_DIR}/libbinlogevents/include")
 else()
   set(MYSQL_LIBBINLOGEVENTS_EXPORT_DIR)

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2016-04-30 10:37:36 +0900 (3b863a5)
+++ configure.ac    2016-04-30 11:52:16 +0900 (7d16717)
@@ -186,6 +186,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
   fi
   MYSQL_INCLUDES="$MYSQL_INCLUDES -I$mysql_regex_include_dir"
   if test -d "$ac_mysql_source_dir/libbinlogevents"; then
+    MYSQL_INCLUDES="$MYSQL_INCLUDES -I$ac_mysql_build_dir/libbinlogevents/include"
     MYSQL_INCLUDES="$MYSQL_INCLUDES -I$ac_mysql_source_dir/libbinlogevents/export"
     MYSQL_INCLUDES="$MYSQL_INCLUDES -I$ac_mysql_source_dir/libbinlogevents/include"
   fi
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index