diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-11 10:10:51 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-11 10:12:41 +0100 |
commit | aa8ebc9293801f904f3c38449fb5037e43751a22 (patch) | |
tree | be95c663c56d082d659e3086957202908a8ea3df | |
parent | c8e3d26efab5c4624ad457f571c4345719e849dd (diff) | |
download | caja-aa8ebc9293801f904f3c38449fb5037e43751a22.tar.bz2 caja-aa8ebc9293801f904f3c38449fb5037e43751a22.tar.xz |
Include autogen.sh in tarball1.6
Closes https://github.com/mate-desktop/caja/issues/253
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5d3c2c3f..4ee6ba7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ SUBDIRS = \ docs \ $(NULL) -EXTRA_DIST= \ +EXTRA_DIST = \ + autogen.sh \ COPYING.LIB \ COPYING.EXTENSIONS \ HACKING \ |