Update of 
/cvsroot/playerstage/code/player/server/drivers/blobfinder/shapetracker
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7435/drivers/blobfinder/shapetracker

Modified Files:
        Makefile.am shapetracker.cc 
Log Message:
fixes for VPATH build

Index: shapetracker.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/blobfinder/shapetracker/shapetracker.cc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** shapetracker.cc     2 May 2006 10:26:28 -0000       1.15
--- shapetracker.cc     1 Mar 2007 20:41:45 -0000       1.16
***************
*** 48,54 ****
  /** @} */
  
! #include "player.h"
! 
! #include "../../base/imagebase.h"
  
  #include <opencv/cv.h>
--- 48,53 ----
  /** @} */
  
! #include <libplayercore/playercore.h>
! #include <base/imagebase.h>
  
  #include <opencv/cv.h>

Index: Makefile.am
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/blobfinder/shapetracker/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.am 5 Sep 2005 14:19:42 -0000       1.4
--- Makefile.am 1 Mar 2007 20:41:45 -0000       1.5
***************
*** 1,3 ****
! AM_CPPFLAGS = -Wall -I$(top_srcdir) @OPENCV_CFLAGS@
  
  noinst_LTLIBRARIES =
--- 1,3 ----
! AM_CPPFLAGS = -Wall -I$(top_srcdir) -I$(srcdir)/../.. @OPENCV_CFLAGS@
  
  noinst_LTLIBRARIES =
***************
*** 7,9 ****
  
  libshapetracker_la_SOURCES = shapetracker.cc
! libshapetracker_la_LIBADD = @OPENCV_LIBS@
\ No newline at end of file
--- 7,9 ----
  
  libshapetracker_la_SOURCES = shapetracker.cc
! libshapetracker_la_LIBADD = @OPENCV_LIBS@


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to