diff options
author | monsta <[email protected]> | 2019-07-09 15:23:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-07-09 17:11:28 +0300 |
commit | 26a1576c7f8d02475bb5c172592db8dc476d99ee (patch) | |
tree | a98cc70a84a9ea901b48a29938860a252e012fcd | |
parent | bf920df7c7c57bce5ac91d6ea4c8f0daff4e261b (diff) | |
download | mate-user-share-26a1576c7f8d02475bb5c172592db8dc476d99ee.tar.bz2 mate-user-share-26a1576c7f8d02475bb5c172592db8dc476d99ee.tar.xz |
add missing autogen.sh to tarballs
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4b63d08..14b07ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = data po src man help EXTRA_DIST = \ + autogen.sh \ intltool-extract.in \ intltool-merge.in \ intltool-update.in |