don't add generated files in the distribution !
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Feb 2011 07:41:26 +0000 (07:41 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Feb 2011 07:41:26 +0000 (07:41 +0000)
you were lucky, you broke distribution but the autotools
automatically add the files AUTHORS README and COPIYNG

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/ethumb@57145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
configure.ac

index cea71e3..13de4cf 100644 (file)
@@ -11,11 +11,8 @@ MAINTAINERCLEANFILES = \
        ltmain.sh \
        missing
 
-EXTRA_DIST = m4/Makefile.in \
-       ethumb.spec
-       README \
-       AUTHORS \
-       COPYING
+EXTRA_DIST = \
+autogen.sh
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = ethumb.pc
index 588e68f..ff6cfc5 100644 (file)
@@ -199,7 +199,7 @@ AC_SUBST(requirement_ethumb)
 AC_SUBST(requirement_ethumb_client)
 AC_SUBST(dbusservicedir)
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 ethumb.pc
 ethumb.spec
 ethumb_client.pc
@@ -219,6 +219,8 @@ m4/Makefile
 doc/Makefile
 ])
 
+AC_OUTPUT
+
 txt_strip() {
         echo "[$]@" | sed -e 's/^[[ \t]]*\([[^ \t]]*\)[[ \t]]*$/\1/g'
 }