merge with 0.30.213
[util-vserver.git] / python / Makefile
index cf2b468..36c4411 100644 (file)
@@ -5,14 +5,14 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.8 2005/08/27 17:38:57 mlhuang Exp $
+# $Id: Makefile,v 1.13 2007/06/29 19:02:15 dhozac Exp $
 #
 
 INCLUDES := -I.. -I../lib
 LIBS = -L../lib -lvserver
 
 PY_MODS := vserver.py cpulimit.py bwlimit.py
-PY_EXT_MODS := vduimpl.so vserverimpl.so
+PY_EXT_MODS := vserverimpl.so
 
 LT_LINK = ../libtool --tag=CC --mode=link
 
@@ -29,8 +29,8 @@ clean: py-clean
 
 
 
-UTIL_PYTHON = ../../util-python
+UTIL_PYTHON ?= $(wildcard ../../util-python*)
 
--include $(UTIL_PYTHON)/pybuild.mk
+include $(UTIL_PYTHON)/pybuild.mk
 
 .PHONY: all install clean