Navigation Menu

Skip to content

Commit

Permalink
[test][unit] remove needless build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 7, 2012
1 parent f86ba1d commit 7527e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Makefile.am
Expand Up @@ -2,7 +2,7 @@ if WITH_CUTTER
noinst_LTLIBRARIES = test_mrn_sys.la
endif

AM_CPPFLAGS = $(GROONGA_CFLAGS) $(MECAB_INCLUDES) $(CUTTER_CFLAGS) $(GCUTTER_CFLAGS)
AM_CPPFLAGS = $(GROONGA_CFLAGS) $(MECAB_INCLUDES) $(CPPCUTTER_CFLAGS)
AM_INCLUDES = -l. -l..
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS

Expand Down

0 comments on commit 7527e22

Please sign in to comment.