|
From: <mor...@us...> - 2008-03-27 00:40:12
|
Revision: 45
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=45&view=rev
Author: morgan_quigley
Date: 2008-03-26 17:40:19 -0700 (Wed, 26 Mar 2008)
Log Message:
-----------
axis_cam is pretty much cleaned of all the wget detritus now
Modified Paths:
--------------
pkg/trunk/axis_cam/build.yaml
pkg/trunk/axis_cam/manifest.xml
pkg/trunk/axis_cam/test/test_ptz/Makefile
Modified: pkg/trunk/axis_cam/build.yaml
===================================================================
--- pkg/trunk/axis_cam/build.yaml 2008-03-27 00:39:17 UTC (rev 44)
+++ pkg/trunk/axis_cam/build.yaml 2008-03-27 00:40:19 UTC (rev 45)
@@ -1,7 +1,7 @@
cpp:
make:
- src/libaxis_cam
- - src/axis_cam_wget
- - src/axis_cam_wget_polled
- - test/test_wget
+ - src/axis_cam
+ - src/axis_cam_polled
+ - test/test_get
- test/test_ptz
Modified: pkg/trunk/axis_cam/manifest.xml
===================================================================
--- pkg/trunk/axis_cam/manifest.xml 2008-03-27 00:39:17 UTC (rev 44)
+++ pkg/trunk/axis_cam/manifest.xml 2008-03-27 00:40:19 UTC (rev 45)
@@ -11,7 +11,6 @@
<author>Morgan Quigley (email: mqu...@cs...)</author>
<license>BSD</license>
<url>http://stair.stanford.edu</url>
-<depend package="image_flows"/>
<depend package="common_flows"/>
<depend package="image_viewer"/>
</package>
Modified: pkg/trunk/axis_cam/test/test_ptz/Makefile
===================================================================
--- pkg/trunk/axis_cam/test/test_ptz/Makefile 2008-03-27 00:39:17 UTC (rev 44)
+++ pkg/trunk/axis_cam/test/test_ptz/Makefile 2008-03-27 00:40:19 UTC (rev 45)
@@ -1,5 +1,5 @@
SRC = test_ptz.cpp
OUT = test_ptz
-LFLAGS = -L../../lib -laxis_cam
+LFLAGS = -L../../lib -laxis_cam -lcurl
PKG = axis_cam
include $(shell $(ROS_ROOT)/rospack find roscpp)/make_include/node_just_libros.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|