[pygi] Add more stuff to the tarballs



commit 1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date:   Sun Apr 18 14:18:44 2010 -0400

    Add more stuff to the tarballs

 Makefile.am  |    8 +++++++-
 configure.ac |    1 +
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6f1e959..af67cda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,13 @@ AM_CFLAGS = \
 
 SUBDIRS = \
 	gi \
-	tests
+	tests \
+	examples
+
+EXTRA_DIST = \
+    autogen.sh \
+    pygi-convert.sh \
+    HACKING
 
 check.gdb:
 	cd tests && $(MAKE) check.gdb
diff --git a/configure.ac b/configure.ac
index 9539157..956c2d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,7 @@ AC_SUBST(INTROSPECTION_COMPILER)
 
 AC_OUTPUT(
 	Makefile
+	examples/Makefile
 	gi/Makefile
 	gi/repository/Makefile
 	gi/overrides/Makefile



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