[Groonga-commit] groonga/groonga [master] add groonga-check-memory-leak.rb to distribution package.

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2011年 1月 28日 (金) 09:29:48 JST


Kouhei Sutou	2011-01-28 00:29:48 +0000 (Fri, 28 Jan 2011)

  New Revision: fa123d8dc702ca78af666bdf6f5ee1e61bf3b9d6

  Log:
    add groonga-check-memory-leak.rb to distribution package.

  Added files:
    tools/Makefile.am
  Modified files:
    Makefile.am
    configure.ac

  Modified: Makefile.am (+14 -1)
===================================================================
--- Makefile.am    2011-01-27 01:44:20 +0000 (55bc9a1)
+++ Makefile.am    2011-01-28 00:29:48 +0000 (5b79dfa)
@@ -1,6 +1,19 @@
 ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS -I .
 AUTOMAKE_OPTIONS = 1.9.6
-SUBDIRS = include lib plugins src examples test apt rpm yum data resource doc
+SUBDIRS =					\
+	include					\
+	lib					\
+	plugins					\
+	src					\
+	examples				\
+	test					\
+	apt					\
+	rpm					\
+	yum					\
+	data					\
+	resource				\
+	tools					\
+	doc
 #dist_data_DATA =
 EXTRA_DIST = bindings version-gen.sh
 

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2011-01-27 01:44:20 +0000 (fc6225a)
+++ configure.ac    2011-01-28 00:29:48 +0000 (16ef15e)
@@ -114,6 +114,7 @@ AC_CONFIG_FILES([Makefile
                  data/init.d/redhat/Makefile
                  data/init.d/redhat/sysconfig/Makefile
                  resource/Makefile
+                 tools/Makefile
                  doc/Makefile
                  doc/ja/Makefile
                  test/Makefile

  Added: tools/Makefile.am (+2 -0) 100644
===================================================================
--- /dev/null
+++ tools/Makefile.am    2011-01-28 00:29:48 +0000 (70541e3)
@@ -0,0 +1,2 @@
+EXTRA_DIST =					\
+	groonga-check-memory-leak.rb




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index