summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan L Long <jonlong@cs.berkeley.edu>2014-03-10 20:00:01 -0700
committerJonathan L Long <jonlong@cs.berkeley.edu>2014-03-13 11:15:57 -0700
commitd8035354455973425312e267da95a7274cc0b403 (patch)
tree6f3ff218abe10468b2f6483e098cfc412b542bc4 /Makefile
parentab3a2ac56aa78cdd358f7444ad7a1a509a41da72 (diff)
downloadcaffe-d8035354455973425312e267da95a7274cc0b403.tar.gz
caffe-d8035354455973425312e267da95a7274cc0b403.tar.bz2
caffe-d8035354455973425312e267da95a7274cc0b403.zip
Rename pycaffe.cpp -> _caffe.cpp in preparation for python wrapper
This commit should not break any code which does not refer explicitly to caffe.pycaffe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54437f1e..ebd4b76d 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ NONGEN_CXX_SRCS := $(shell find \
LINT_REPORT := $(BUILD_DIR)/cpp_lint.log
FAILED_LINT_REPORT := $(BUILD_DIR)/cpp_lint.error_log
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
-PY$(PROJECT)_SRC := python/$(PROJECT)/py$(PROJECT).cpp
-PY$(PROJECT)_SO := python/$(PROJECT)/py$(PROJECT).so
+PY$(PROJECT)_SRC := python/$(PROJECT)/_$(PROJECT).cpp
+PY$(PROJECT)_SO := python/$(PROJECT)/_$(PROJECT).so
# MAT$(PROJECT)_SRC is the matlab wrapper for $(PROJECT)
MAT$(PROJECT)_SRC := matlab/$(PROJECT)/mat$(PROJECT).cpp
MAT$(PROJECT)_SO := matlab/$(PROJECT)/$(PROJECT)