From 89dec2d7e3e950e679a66f67da807806f589febe Mon Sep 17 00:00:00 2001 From: Horms Date: Mon, 18 Feb 2008 07:22:36 +0000 Subject: [PATCH] embryo: include autogen.sh in distribution tar ball autogen.sh is really ought to be included in the distribution. For starters its used in the debian build process. SVN revision: 33775 --- legacy/embryo/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/embryo/Makefile.am b/legacy/embryo/Makefile.am index 1c83738822..de3a95277b 100644 --- a/legacy/embryo/Makefile.am +++ b/legacy/embryo/Makefile.am @@ -11,7 +11,8 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ bin_SCRIPTS = -EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN embryo.c.in gendoc \ +EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \ + autogen.sh embryo.c.in gendoc \ Doxyfile \ README.in README \ embryo.pc.in \