From 54f624a83b87a47aa06232990ba65e312628e1c0 Mon Sep 17 00:00:00 2001 From: Horms Date: Mon, 18 Feb 2008 07:29:44 +0000 Subject: [PATCH] ecore: 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: 33778 --- legacy/ecore/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/Makefile.am b/legacy/ecore/Makefile.am index 6350cc7e80..a801e39c80 100644 --- a/legacy/ecore/Makefile.am +++ b/legacy/ecore/Makefile.am @@ -30,7 +30,8 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ bin_SCRIPTS = -EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN ecore.c.in gendoc ecore.supp \ +EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN \ + autogen.sh ecore.c.in gendoc ecore.supp \ Doxyfile \ ecore.pc.in \ ecore-con.pc.in \