From 92f57cb4fbf6f941f0e1a93b8a6ef5fbd1c8c226 Mon Sep 17 00:00:00 2001 From: Steve Muir Date: Thu, 21 Jul 2005 18:27:48 +0000 Subject: [PATCH] Fix typo: dlimit.py should have been bwlimit.py --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index 1e31a29..35b5f43 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,7 +1,7 @@ INCLUDES := -I.. -I../lib LIBS = -L../lib -lvserver -PY_MODS := vserver.py cpulimit.py dlimit.py +PY_MODS := vserver.py cpulimit.py bwlimit.py PY_EXT_MODS := vduimpl.so vserverimpl.so all: py-build -- 2.43.0