[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix test library name for ap-sample.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:47:38 JST 2012


Tetsuro IKEDA	2009-08-18 19:31:06 +0900 (Tue, 18 Aug 2009)

  New Revision: f5259651ea02a9b3da9831992ee35e727169362d
  https://github.com/mroonga/mroonga/commit/f5259651ea02a9b3da9831992ee35e727169362d

  Log:
    fix test library name for ap-sample.

  Modified files:
    test/unit/Makefile.am

  Modified: test/unit/Makefile.am (+2 -2)
===================================================================
--- test/unit/Makefile.am    2009-08-18 19:29:32 +0900 (4b80b08)
+++ test/unit/Makefile.am    2009-08-18 19:31:06 +0900 (46da3fa)
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = test_start_stop.la test_driver.la api_sample.la
+noinst_LTLIBRARIES = test_start_stop.la test_driver.la test_api_sample.la
 
 AM_CPPFLAGS = $(GROONGA_INCLUDES) $(MECAB_INCLUDES) $(CUTTER_CFLAGS) $(GCUTTER_CFLAGS)
 AM_INCLUDES = -l. -l..
@@ -14,4 +14,4 @@ DRIVER_SRC = ../../driver.c
 
 test_start_stop_la_SOURCES = $(DRIVER_SRC) test-start-stop.c
 test_driver_la_SOURCES = $(DRIVER_SRC) test-driver.c
-api_sample_la_SOURCES = api-sample.c
+test_api_sample_la_SOURCES = api-sample.c
-------------- next part --------------
HTML����������������������������...
Download 



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