diff options
author | Colin Walters <walters@verbum.org> | 2010-10-01 17:29:20 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-10-01 17:30:18 -0400 |
commit | 9a6c1e58b6640d4196a5dfb3a32e083dd2b08520 (patch) | |
tree | 978bb2d01579d234e2305088dfd118f0fc965706 | |
parent | 2d3d2a2626f5e56d48ce5ee9a3babd7938422b9e (diff) | |
download | gtk+-9a6c1e58b6640d4196a5dfb3a32e083dd2b08520.tar.gz |
Distribute autogen.sh
This makes it easier for OS vendors to always invoke autogen.sh
for building, regardless of building from legacy tarballs or
git snapshots.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 10812814e5..f87b2da743 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST += \ + autogen.sh \ HACKING \ makecopyright \ NEWS.pre-1-0 \ |