From: Mark Huang <mlhuang@cs.princeton.edu> Date: Fri, 13 Aug 2004 20:31:21 +0000 (+0000) Subject: - add pycurl to build X-Git-Tag: planetlab-2_0-branch-point~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88673b57203afdbe3ba044c6214ae80e218e250e;p=build.git - add pycurl to build --- diff --git a/Makefile b/Makefile index 2df0565c..d1c7c0fa 100644 --- 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 #