diff options
author | Werner Koch <wk@gnupg.org> | 2004-02-18 19:38:50 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-02-18 19:38:50 +0100 |
commit | 50ad027c9af9327699a5826db02c2d71cc01cff7 (patch) | |
tree | 6844afaed3c8ca9baf00709a4a889d1ce14446ad /m4/Makefile.am | |
parent | Added empty components for gpgsm and scdaemon. (diff) | |
download | gnupg2-50ad027c9af9327699a5826db02c2d71cc01cff7.tar.xz gnupg2-50ad027c9af9327699a5826db02c2d71cc01cff7.zip |
* acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
libassuan and ksba as they are now distributed in m4/.
* gpg-error.m4, libgcrypt.m4, libassuan.m4, ksba.m4: New.
* Makefile.am: Distribute them
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 42126ac73..0eb02f694 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1 +1,3 @@ EXTRA_DIST = 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 += gpg-error.m4 libgcrypt.m4 libassuan.m4 ksba.m4 |