Add bwlimit and cpulimit modules to Python RPM
[util-vserver.git] / python / Makefile
1 INCLUDES := -I.. -I../lib
2 LIBS = -L../lib -lvserver
3
4 PY_MODS := vserver.py cpulimit.py dlimit.py
5 PY_EXT_MODS := vduimpl.so vserverimpl.so
6
7 all: py-build
8
9 install: py-install
10         ln -s /usr/lib/util-vserver/util-vserver-vars \
11         $(INSTALL_ROOT)/usr/lib/python2.3/site-packages/util_vserver_vars.py
12
13 -include pybuild.mk
14
15 .PHONY: all install