From 7ac7a9a6c88f7ca183a1204ab9956f31db88f588 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 1 Mar 2006 22:03:38 +0000 Subject: [PATCH] - also install plcapi.py stub --- python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Makefile b/python/Makefile index 555dbe8..4242f57 100644 --- a/python/Makefile +++ b/python/Makefile @@ -5,13 +5,13 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.9 2005/11/01 21:54:00 smuir Exp $ +# $Id: Makefile,v 1.10 2005/11/01 22:02:04 smuir Exp $ # INCLUDES := -I.. -I../lib LIBS = -L../lib -lvserver -PY_MODS := vserver.py cpulimit.py bwlimit.py +PY_MODS := vserver.py cpulimit.py bwlimit.py plcapi.py PY_EXT_MODS := vduimpl.so vserverimpl.so LT_LINK = ../libtool --tag=CC --mode=link -- 2.47.0