X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=cef4ed27883db0ccb143780af5e656f2e73343a3;hb=d44430c943f60460717c7ddd1607053a73b35149;hp=29633d19b3c27ca1183bd7511ddca6bf5a464dc4;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 29633d1..cef4ed2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = libraries bindings src doc examples +SUBDIRS = libraries src bindings doc examples # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS rrdtool.spec @@ -36,11 +36,11 @@ to-scp: to-dist site-perl-inst: site-perl-install -site-perl-install: bindings/perl-piped/Makefile bindings/perl-shared/Makefile +site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile cd bindings/perl-piped && $(MAKE) install cd bindings/perl-shared && $(MAKE) install -site-tcl-install: +site-tcl-install: all cd bindings/tcl && $(MAKE) tcl-install ##END##