summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYangqing Jia <jiayq84@gmail.com>2013-11-11 11:10:39 -0800
committerYangqing Jia <jiayq84@gmail.com>2013-11-11 11:10:39 -0800
commita3875f5eb279a6ed973635a8913b5c9db27610bf (patch)
treed541946f684f3c21a581734be738a537bf803f27 /Makefile
parent22d82ffe15f4e995cc1ebfdda8216c7ab30f0695 (diff)
downloadcaffeonacl-a3875f5eb279a6ed973635a8913b5c9db27610bf.tar.gz
caffeonacl-a3875f5eb279a6ed973635a8913b5c9db27610bf.tar.bz2
caffeonacl-a3875f5eb279a6ed973635a8913b5c9db27610bf.zip
bugfix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93cf5376..3eaaddd1 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ INCLUDE_DIRS := ./src ./include /usr/local/include $(CUDA_INCLUDE_DIR) \
LIBRARY_DIRS := /usr/lib /usr/local/lib $(CUDA_LIB_DIR) $(MKL_LIB_DIR)
LIBRARIES := cuda cudart cublas curand protobuf opencv_core opencv_highgui \
glog mkl_rt mkl_intel_thread leveldb snappy pthread boost_system \
- python2.7 boost_python
+ python2.7 boost_python opencv_imgproc
WARNINGS := -Wall
COMMON_FLAGS := -DNDEBUG $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir))