[Groonga-commit] groonga/groonga [master] suggest: support other directory build

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 8日 (日) 14:39:28 JST


Kouhei Sutou	2012-07-08 14:39:28 +0900 (Sun, 08 Jul 2012)

  New Revision: 72e757e77831ce361079cf89c8462d5436df5919
  https://github.com/groonga/groonga/commit/72e757e77831ce361079cf89c8462d5436df5919

  Log:
    suggest: support other directory build
    
    Use relative path from $(top_srcdir)/lib/ because $(top_srcdir)/lib/
    is in include path.

  Modified files:
    src/suggest/groonga_suggest_httpd.c

  Modified: src/suggest/groonga_suggest_httpd.c (+1 -1)
===================================================================
--- src/suggest/groonga_suggest_httpd.c    2012-07-08 14:34:06 +0900 (0cb9f2b)
+++ src/suggest/groonga_suggest_httpd.c    2012-07-08 14:39:28 +0900 (a424267)
@@ -16,7 +16,7 @@
 */
 
 /* groonga origin headers */
-#include <lib/str.h>
+#include <str.h>
 
 #include <stdio.h>
 #include <signal.h>
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index