From: Sebastian Harl Date: Mon, 3 Sep 2007 09:09:15 +0000 (+0200) Subject: Makefile.am: Include version-gen.sh in a distribution as well. X-Git-Tag: collectd-4.2.0~47 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=0055382c9101bc6b40a6e3866dca8f8eb2b195fb;p=collectd.git Makefile.am: Include version-gen.sh in a distribution as well. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/Makefile.am b/Makefile.am index dfef7dd4..9a96eb27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = libltdl src bindings INCLUDES = $(LTDLINCL) -EXTRA_DIST = contrib +EXTRA_DIST = contrib version-gen.sh dist-hook: find $(distdir) -type d -name '.svn' | xargs rm -rf