Navigation Menu

Skip to content

Commit

Permalink
Fix EXTRA_DIST location
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 17, 2015
1 parent 1a7765a commit a37d875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions vendor/Makefile.am
Expand Up @@ -7,8 +7,7 @@ SUBDIRS = \
EXTRA_DIST = \
$(NGINX_DIR) \
CMakeLists.txt \
plugins/CMakeLists.txt \
mruby/CMakeLists.txt
plugins/CMakeLists.txt

dist-hook:
rm -rf $(distdir)/$(NGINX_DIR)/objs/
Expand Down
1 change: 1 addition & 0 deletions vendor/mruby/Makefile.am
@@ -1,4 +1,5 @@
EXTRA_DIST = \
CMakeLists.txt \
build_config.rb \
mruby_build.rb \
mruby_build.timestamp
Expand Down

0 comments on commit a37d875

Please sign in to comment.