diff options
author | Werner Koch <wk@gnupg.org> | 2006-06-30 15:19:49 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-06-30 15:19:49 +0200 |
commit | 640d5a8c53289f396ae018a4c36e2e8894261329 (patch) | |
tree | f2aecb490c84becc776ae45f32b027672a69ed19 /m4/Makefile.am | |
parent | A couple of fixes. gpg2's key generation does now work. (diff) | |
download | gnupg2-640d5a8c53289f396ae018a4c36e2e8894261329.tar.xz gnupg2-640d5a8c53289f396ae018a4c36e2e8894261329.zip |
Added keyserver directory from trunk
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index a31103ff6..d218b73b7 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,5 @@ 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 += gpg-error.m4 libgcrypt.m4 libassuan.m4 ksba.m4 |