diff options
author | Werner Koch <wk@gnupg.org> | 2006-07-27 16:18:55 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-07-27 16:18:55 +0200 |
commit | de5070caf07854852a36722a0d85453cbbc93c84 (patch) | |
tree | 39ae89adce5a02311686d4b86bedc1e05b9fbaca /m4/Makefile.am | |
parent | Create bag attributes so that Mozilla will accept these files. (diff) | |
download | gnupg2-de5070caf07854852a36722a0d85453cbbc93c84.tar.xz gnupg2-de5070caf07854852a36722a0d85453cbbc93c84.zip |
Preparing a new releasegnupg-1.9.22
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index d218b73b7..7eb76cb4d 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,5 +1,8 @@ EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 -EXTRA_DIST += ldap.m4 +EXTRA_DIST += ldap.m4 EXTRA_DIST += gpg-error.m4 libgcrypt.m4 libassuan.m4 ksba.m4 + +EXTRA_DIST += autobuild.m4 + |