[Groonga-commit] groonga/groonga [master] add LIBADD to enable MinGW.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 27日 (月) 19:09:35 JST


Susumu Yata	2012-02-27 19:09:35 +0900 (Mon, 27 Feb 2012)

  New Revision: 090a16070585ff6a90d021eaaa94fd32fa0c8f16

  Log:
    add LIBADD to enable MinGW.

  Modified files:
    test/unit/lib/Makefile.am

  Modified: test/unit/lib/Makefile.am (+6 -0)
===================================================================
--- test/unit/lib/Makefile.am    2012-02-27 18:53:32 +0900 (dc0cb02)
+++ test/unit/lib/Makefile.am    2012-02-27 19:09:35 +0900 (486b85d)
@@ -52,11 +52,17 @@ libgrn_test_utils_la_SOURCES =	\
 libgrn_test_hash_utils_la_SOURCES =	\
 	grn-test-hash-factory.c		\
 	grn-test-hash-assertions.c
+libgrn_test_hash_utils_la_LIBADD =	\
+	libgrn-test-utils.la
 
 libgrn_test_server_la_SOURCES =		\
 	grn-test-server.c		\
 	grn-test-server.h
+libgrn_test_server_la_LIBADD =	\
+	libgrn-test-utils.la
 
 libgrn_test_memcached_utils_la_SOURCES =	\
 	grn-test-memcached-assertions.c		\
 	grn-test-memcached-assertions.h
+libgrn_test_memcached_utils_la_LIBADD =		\
+	libgrn-test-utils.la




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