summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2016-01-29 19:02:45 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2016-01-29 19:02:45 -0800
commit2ef584785c8ade90260eb117f189146364494183 (patch)
tree8a06cd772249dbbf10f147efb6f4c53771546117 /Makefile
parenteac9dd8145cb4b2a831046e1ddc024f8b865a2f9 (diff)
parent1954f0f76eb9129c8bf9f34814750dbd5b5e46c9 (diff)
downloadcaffeonacl-2ef584785c8ade90260eb117f189146364494183.tar.gz
caffeonacl-2ef584785c8ade90260eb117f189146364494183.tar.bz2
caffeonacl-2ef584785c8ade90260eb117f189146364494183.zip
Merge pull request #3587 from junshi15/distribute_proto
Include proto definition in distribute dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76d51ad8..598d28d5 100644
--- a/Makefile
+++ b/Makefile
@@ -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