diff options
author | Colin Walters <walters@verbum.org> | 2015-12-10 08:41:35 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-12-10 08:41:35 -0500 |
commit | f7b2e1c5e948bfabb7c51eb73d42689bced6cb79 (patch) | |
tree | b7a8b92a4cfc2c4c39a183d71c3f810285842932 | |
parent | 13f7ca3a3e3f823690add83dd8bfada52da559d2 (diff) | |
download | gobject-introspection-f7b2e1c5e948bfabb7c51eb73d42689bced6cb79.tar.gz |
build: dist autogen.sh
So if I patch things downstream I can more easily rebuild the
autotools.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 437c673f..b080a891 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ dist_make_DATA = Makefile.introspection EXTRA_DIST += \ COPYING.LGPL \ COPYING.GPL \ + autogen.sh \ CONTRIBUTORS \ $(pkgconfig_DATA) \ $(man_MANS) \ |