Navigation Menu

Skip to content

Commit

Permalink
fix test library name for ap-sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro IKEDA committed Aug 18, 2009
1 parent f539cde commit f525965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/Makefile.am
@@ -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..
Expand All @@ -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

0 comments on commit f525965

Please sign in to comment.