diff options
author | monsta <[email protected]> | 2019-07-09 15:23:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-07-09 15:23:57 +0300 |
commit | 28b2950f617049b2ed83a40721299d415bb8a637 (patch) | |
tree | 871ef51718b1887bd8e9d72935cfc8aad3b8581e /Makefile.am | |
parent | 95b4faa1ac37d36d9ae09322d9b1090bd21143af (diff) | |
download | mate-user-share-28b2950f617049b2ed83a40721299d415bb8a637.tar.bz2 mate-user-share-28b2950f617049b2ed83a40721299d415bb8a637.tar.xz |
add missing autogen.sh to tarballs
Diffstat (limited to 'Makefile.am')
-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 |