From: Dominic L. <ma...@us...> - 2005-04-12 19:23:19
|
Update of /cvsroot/robotflow/RobotFlow/Vision/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv376/Vision/include Modified Files: Makefile.am Log Message: added detection of OpenCV Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/include/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 26 Jul 2004 14:32:57 -0000 1.7 --- Makefile.am 12 Apr 2005 19:23:03 -0000 1.8 *************** *** 1,4 **** --- 1,11 ---- AUTOMAKE_OPTIONS = no-dependencies + + if WITH_OPENCV + OPENCV_FILES = + else + OPENCV_FILES = + endif + include_HEADERS = Bt848.h \ ColorLookup.h \ *************** *** 15,19 **** lines.h \ CSymbol.h \ ! CTextLine.h ! --- 22,25 ---- lines.h \ CSymbol.h \ ! CTextLine.h $(OPENCV_FILES) |