diff options
author | Stefano Karapetsas <[email protected]> | 2015-06-12 12:01:52 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-06-12 12:01:52 +0200 |
commit | 0f093c69c0c6bfdc7560da1bb6b516a28665bdac (patch) | |
tree | 8fce433e1eb3c1ba77d56d9b0fb39341fb48e61f | |
parent | 8af62ff58091f848f985678727cf394e0f7eb8cf (diff) | |
download | pluma-0f093c69c0c6bfdc7560da1bb6b516a28665bdac.tar.bz2 pluma-0f093c69c0c6bfdc7560da1bb6b516a28665bdac.tar.xz |
Inlcude autogen.sh in tarball
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e2bd15ee..2b924a99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ endif distuninstallcheck_listfiles = find . -type f -print EXTRA_DIST = \ + autogen.sh \ ChangeLog \ HACKING \ NEWS \ |