X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=cc9eeff51c006268f95e4480ece0eab7ef101949;hb=b779fcc9413dac73e2c7b28d5f7a1b505a59136e;hp=0fa53a37b5e41d271a6d84973e688c812dd6b72b;hpb=cc3b78d4333659b2963c5e5c0765be77573ac4a4;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 0fa53a3..cc9eeff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = src bindings doc examples EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ rrdtool.spec favicon.ico win32/config.h win32/rrd.dsp win32/rrd.vcproj \ win32/rrdtool.dsp win32/rrdtool.dsw win32/rrdtool.vcproj win32/Makefile \ - netware/Makefile + win32/rrd_config.h.msvc netware/Makefile @@ -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##