Skip to content

Commit

Permalink
Merge pull request #3587 from junshi15/distribute_proto
Browse files Browse the repository at this point in the history
Include proto definition in distribute dir
  • Loading branch information
shelhamer committed Jan 30, 2016
2 parents eac9dd8 + 1954f0f commit 2ef5847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ superclean: clean supercleanfiles
$(DIST_ALIASES): $(DISTRIBUTE_DIR)

$(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
# add proto
cp -r src/caffe/proto $(DISTRIBUTE_DIR)/
# add include
cp -r include $(DISTRIBUTE_DIR)/
mkdir -p $(DISTRIBUTE_DIR)/include/caffe/proto
Expand Down

0 comments on commit 2ef5847

Please sign in to comment.