Navigation Menu

Skip to content

Commit

Permalink
disabled api_sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Mar 16, 2010
1 parent d5d620a commit 06e1212
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/unit/Makefile.am
@@ -1,4 +1,5 @@
noinst_LTLIBRARIES = test_start_stop.la test_driver.la test_api_sample.la
#noinst_LTLIBRARIES = test_start_stop.la test_driver.la test_api_sample.la
noinst_LTLIBRARIES = test_start_stop.la test_driver.la

AM_CPPFLAGS = $(GROONGA_INCLUDES) $(MECAB_INCLUDES) $(CUTTER_CFLAGS) $(GCUTTER_CFLAGS)
AM_INCLUDES = -l. -l..
Expand All @@ -14,4 +15,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
test_api_sample_la_SOURCES = api_sample.c
#test_api_sample_la_SOURCES = api_sample.c

0 comments on commit 06e1212

Please sign in to comment.