X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=99482254261b42effa7eb75242e026b2bd6365a2;hb=5d80c8d9c8016143aaf74dfd3a7e0561f7538aad;hp=1851f23b0c96bcefc2ff105264ded48a6e8346d7;hpb=76bdf368d0d8dcd046476abe04392a73a0eaa6e0;p=plcapi.git diff --git a/Makefile b/Makefile index 1851f23b..99482254 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.10 2006/12/15 16:20:20 mlhuang Exp $ +# $Id: Makefile,v 1.12 2007/07/02 19:28:52 tmack Exp $ # # Metafiles @@ -42,6 +42,7 @@ install: $(modules-install) --install-scripts=$(DESTDIR)/$(datadir)/plc_api \ --install-data=$(DESTDIR)/$(datadir)/plc_api install -D -m 755 php/xmlrpc/xmlrpc.so $(DESTDIR)/$(shell php-config --extension-dir)/xmlrpc.so + install -D -m 755 refresh-peer.py $(DESTDIR)/$(bindir)/refresh-peer.py $(subdirs): $(init) $(modules)