[sushi] Fix EXTRA_DIST



commit 79965b91a3d6ef8f2c556c45e57d3439788e9cd5
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Apr 29 20:33:38 2011 -0400

    Fix EXTRA_DIST

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a17f0a6..21cab81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 SUBDIRS = src po data
 
 EXTRA_DIST = \
-    autogen.sh
+    autogen.sh \
+    COPYING \
+    NEWS
 
 stale-files-clean-local:
 	-$(RM) $(abs_top_builddir)/*.la $(abs_top_builddir)/*.gir $(abs_top_builddir)/*.typelib



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]