[Groonga-commit] groonga/groonga at 62adb84 [master] Add missing files to package

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 23:39:45 JST 2015


Kouhei Sutou	2015-10-17 23:39:45 +0900 (Sat, 17 Oct 2015)

  New Revision: 62adb8453881ec16a2a916884083e6912e612a3c
  https://github.com/groonga/groonga/commit/62adb8453881ec16a2a916884083e6912e612a3c

  Message:
    Add missing files to package

  Added files:
    vendor/mecab/Makefile.am
  Modified files:
    configure.ac
    vendor/Makefile.am

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2015-10-17 23:39:06 +0900 (e4c79fa)
+++ configure.ac    2015-10-17 23:39:45 +0900 (9d04bd3)
@@ -313,6 +313,7 @@ AC_CONFIG_FILES([
   benchmark/lib/Makefile
   vendor/Makefile
   vendor/onigmo/Makefile
+  vendor/mecab/Makefile
   vendor/mruby/Makefile
 ])
 

  Modified: vendor/Makefile.am (+1 -0)
===================================================================
--- vendor/Makefile.am    2015-10-17 23:39:06 +0900 (e87b2a0)
+++ vendor/Makefile.am    2015-10-17 23:39:45 +0900 (3e7a6f2)
@@ -2,6 +2,7 @@ NGINX_DIR = nginx-$(NGINX_VERSION)
 
 SUBDIRS =					\
 	onigmo					\
+	mecab					\
 	mruby
 
 EXTRA_DIST =					\

  Added: vendor/mecab/Makefile.am (+4 -0) 100644
===================================================================
--- /dev/null
+++ vendor/mecab/Makefile.am    2015-10-17 23:39:45 +0900 (d284d6f)
@@ -0,0 +1,4 @@
+EXTRA_DIST =					\
+	CMakeLists.txt				\
+	config.h.cmake				\
+	mecabrc.cmake
-------------- next part --------------
HTML����������������������������...
Download 



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