Skip to content

Commit 2ef5847

Browse files
committedJan 30, 2016
Merge pull request BVLC#3587 from junshi15/distribute_proto
Include proto definition in distribute dir
2 parents eac9dd8 + 1954f0f commit 2ef5847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ superclean: clean supercleanfiles
662662
$(DIST_ALIASES): $(DISTRIBUTE_DIR)
663663

664664
$(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
665+
# add proto
666+
cp -r src/caffe/proto $(DISTRIBUTE_DIR)/
665667
# add include
666668
cp -r include $(DISTRIBUTE_DIR)/
667669
mkdir -p $(DISTRIBUTE_DIR)/include/caffe/proto

0 commit comments

Comments
 (0)
Please sign in to comment.