[Groonga-commit] groonga/groonga at b4e4567 [master] Fix undefined reference to grn_dat_xxx

Back to archive index

Kentaro Hayashi null+****@clear*****
Sun Oct 15 22:25:56 JST 2017


Kentaro Hayashi	2017-10-15 22:25:56 +0900 (Sun, 15 Oct 2017)

  New Revision: b4e456725c53242ed985e292290ab70d15206fd6
  https://github.com/groonga/groonga/commit/b4e456725c53242ed985e292290ab70d15206fd6

  Message:
    Fix undefined reference to grn_dat_xxx
    
    see https://travis-ci.org/groonga/groonga/jobs/287065496

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+1 -1)
===================================================================
--- lib/Makefile.am    2017-10-12 23:14:34 +0900 (f2ba81fee)
+++ lib/Makefile.am    2017-10-15 22:25:56 +0900 (fe86eea37)
@@ -40,7 +40,7 @@ include c_sources.am
 include cpp_sources.am
 libgroonga_la_SOURCES =				\
 	$(libgroonga_c_sources)			\
-	$(libgroonga_cpp_sources)
+	$(libgrnarrow_cpp_source)
 
 #nfkc.c:
 #	$(RUBY) nfkc.rb --impl=table
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171015/d76fe9b3/attachment-0001.htm 



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