diff options
author | N.N. <sevyves@users.sourceforge.net> | 2010-11-11 13:22:33 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2010-11-11 13:22:33 +0000 |
commit | bee45895726e952410df7d7fedce8b25603d909e (patch) | |
tree | 068ba2e5127c3442a1e9fe4a369923ee15e6b1fe /Makefile | |
parent | 02a8491e97279e86a420fa39f29ae778aca8a471 (diff) |
disable option checking
svn path=/trunk/externals/pix_opencv/; revision=14407
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ ifeq ($(UNAME),Linux) LDFLAGS = -Wl,--export-dynamic -shared LIBS = `pkg-config --libs opencv` EXTENSION = pd_linux - SOURCES_OPT = @SOURCES_OPT@ + SOURCES_OPT = pix_opencv_surf.cc endif ifeq ($(UNAME),Darwin) INCLUDES += -I/Library/Frameworks/OpenCV.framework/Headers/ -I/Applications/Pd-extended.app/Contents/Resources/include/pdextended -I/Applications/Pd-extended.app/Contents/Resources/include/ |