[Groonga-commit] groonga/groonga at 280c8f1 [master] Fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 16 00:00:54 JST 2017


Kouhei Sutou	2017-10-16 00:00:54 +0900 (Mon, 16 Oct 2017)

  New Revision: 280c8f18851c56d9ef2d2f610d35e82ebb155755
  https://github.com/groonga/groonga/commit/280c8f18851c56d9ef2d2f610d35e82ebb155755

  Message:
    Fix variable name

  Modified files:
    lib/Makefile.am
    lib/cpp_sources.am

  Modified: lib/Makefile.am (+1 -1)
===================================================================
--- lib/Makefile.am    2017-10-15 22:25:56 +0900 (fe86eea37)
+++ lib/Makefile.am    2017-10-16 00:00:54 +0900 (9a2217ee1)
@@ -40,7 +40,7 @@ include c_sources.am
 include cpp_sources.am
 libgroonga_la_SOURCES =				\
 	$(libgroonga_c_sources)			\
-	$(libgrnarrow_cpp_source)
+	$(libgroonga_cpp_source)
 
 #nfkc.c:
 #	$(RUBY) nfkc.rb --impl=table

  Modified: lib/cpp_sources.am (+1 -1)
===================================================================
--- lib/cpp_sources.am    2017-10-15 22:25:56 +0900 (bf829291c)
+++ lib/cpp_sources.am    2017-10-16 00:00:54 +0900 (c1d09a97a)
@@ -1,3 +1,3 @@
-libgrnarrow_cpp_source =			\
+libgroonga_cpp_source =				\
 	arrow.cpp				\
 	dat.cpp
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171016/65d9d964/attachment.htm 



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