summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2010-04-18 14:18:44 -0400
committerTomeu Vizoso <tomeu@sugarlabs.org>2010-04-18 14:18:44 -0400
commit1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d (patch)
treee2a796f26ff27bf65a366eec68da94a4d481d5c4
parent8a9bb04755057e934b7f46c917af6ef281a2fedd (diff)
downloadpygi-1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d.tar.gz
pygi-1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d.tar.xz
pygi-1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d.zip
Add more stuff to the tarballs
-rw-r--r--Makefile.am8
-rw-r--r--configure.ac1
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