- install refresh-peer.py script
authorTony Mack <tmack@cs.princeton.edu>
Mon, 2 Jul 2007 19:28:52 +0000 (19:28 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 2 Jul 2007 19:28:52 +0000 (19:28 +0000)
Makefile

index 1851f23..de39e71 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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.11 2006/12/18 17:55:58 mlhuang 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)