X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=984d6dbd5032142f9cc0d3ce3bfea0fecb47b9ce;hb=fd78b70414d41ed431ca0e21a7c1aaec10658a8b;hp=b04965a5db3c27923f3ab29c567b15b2f6311843;hpb=b02eace34f83a08c55830cb05bc55078153e2ba6;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index b04965a..984d6db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,12 @@ RSYNC = rsync --rsh=ssh SUBDIRS = src bindings doc examples # the following files are not mentioned in any other Makefile -EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ - rrdtool.spec +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 + + CLEANFILES = config.cache @@ -41,4 +45,7 @@ site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefil site-tcl-install: all cd bindings/tcl && $(MAKE) tcl-install +site-python-install: all + cd bindings/python && $(MAKE) python-install + ##END##