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

Modified Files:
      Tag: release-2-0-patches
        Makefile.am shapetracker.cc 
Log Message:
fixed up distcheck

Index: shapetracker.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/blobfinder/shapetracker/shapetracker.cc,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -d -r1.14.2.1 -r1.14.2.2
*** shapetracker.cc     7 Jun 2006 16:12:39 -0000       1.14.2.1
--- shapetracker.cc     1 Mar 2007 21:33:16 -0000       1.14.2.2
***************
*** 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.4.4.1
diff -C2 -d -r1.4 -r1.4.4.1
*** Makefile.am 5 Sep 2005 14:19:42 -0000       1.4
--- Makefile.am 1 Mar 2007 21:33:16 -0000       1.4.4.1
***************
*** 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