- add pycurl to build
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 13 Aug 2004 20:31:21 +0000 (20:31 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 13 Aug 2004 20:31:21 +0000 (20:31 +0000)
Makefile

index 2df0565..d1c7c0f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# $Id: Makefile,v 1.38 2004/08/13 18:19:04 mlh-pl_rpm Exp $
+# $Id: Makefile,v 1.39 2004/08/13 18:25:11 mlh-pl_rpm Exp $
 #
 
 # Default target
@@ -379,6 +379,17 @@ httpd-MODULE := httpd
 httpd-SPEC := httpd/httpd.spec
 ALL += httpd
 
+#
+# pycurl
+#
+
+pycurl-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs
+pycurl-INITIAL := HEAD
+pycurl-TAG := HEAD
+pycurl-MODULE := pycurl
+pycurl-SPEC := pycurl/pycurl.spec
+ALL += pycurl
+
 #
 # BootServerRequest
 #