Navigation Menu

Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 15, 2017
1 parent b4e4567 commit 280c8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Expand Up @@ -40,7 +40,7 @@ include c_sources.am
include cpp_sources.am
libgroonga_la_SOURCES = \
$(libgroonga_c_sources) \
$(libgrnarrow_cpp_source)
$(libgroonga_cpp_source)

#nfkc.c:
# $(RUBY) nfkc.rb --impl=table
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp_sources.am
@@ -1,3 +1,3 @@
libgrnarrow_cpp_source = \
libgroonga_cpp_source = \
arrow.cpp \
dat.cpp

0 comments on commit 280c8f1

Please sign in to comment.