use setup.py for python install and build work instad of trying todo it on our own
[rrdtool.git] / Makefile.am
index 0fa53a3..1ed1670 100644 (file)
@@ -45,6 +45,6 @@ site-tcl-install: all
        cd bindings/tcl && $(MAKE) tcl-install
 
 site-python-install: all
-       cd bindings/python && $(MAKE) python-install
+       cd bindings/python && $(PYTHON) setup.py install
 
 ##END##