From: Mark Huang Date: Wed, 25 Oct 2006 21:05:40 +0000 (+0000) Subject: also make php bindings X-Git-Tag: pycurl-7_13_1~443 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=01e17eeba10b724375e2244949a6833be129052b;p=plcapi.git also make php bindings --- diff --git a/Makefile b/Makefile index b6d125ab..aacbe3a0 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: plcsh,v 1.3 2006/01/09 19:57:24 mlhuang Exp $ +# $Id: Makefile,v 1.1 2006/09/06 15:33:59 mlhuang Exp $ # # Metafiles INIT := PLC/__init__.py PLC/Methods/__init__.py # Other stuff -SUBDIRS := doc +SUBDIRS := doc php all: $(INIT) $(SUBDIRS)