Navigation Menu

Skip to content

Commit

Permalink
Add missing files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 17, 2015
1 parent 219db96 commit 62adb84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -313,6 +313,7 @@ AC_CONFIG_FILES([
benchmark/lib/Makefile
vendor/Makefile
vendor/onigmo/Makefile
vendor/mecab/Makefile
vendor/mruby/Makefile
])

Expand Down
1 change: 1 addition & 0 deletions vendor/Makefile.am
Expand Up @@ -2,6 +2,7 @@ NGINX_DIR = nginx-$(NGINX_VERSION)

SUBDIRS = \
onigmo \
mecab \
mruby

EXTRA_DIST = \
Expand Down
4 changes: 4 additions & 0 deletions vendor/mecab/Makefile.am
@@ -0,0 +1,4 @@
EXTRA_DIST = \
CMakeLists.txt \
config.h.cmake \
mecabrc.cmake

0 comments on commit 62adb84

Please sign in to comment.