diff options
author | Werner Koch <wk@gnupg.org> | 2008-04-23 19:23:04 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-04-23 19:23:04 +0200 |
commit | a7ced5d0b5e8c45510585f18cb83aba290ebfd20 (patch) | |
tree | 58c35b3d7676c5ceec1f3577d58743246808c36b /m4/Makefile.am | |
parent | W32 related keyserver fixes. (diff) | |
download | gnupg2-a7ced5d0b5e8c45510585f18cb83aba290ebfd20.tar.xz gnupg2-a7ced5d0b5e8c45510585f18cb83aba290ebfd20.zip |
Fixed a C-89 incompatibility.
Minor changes to make it build on Debian bo.
Thanks to Alain Guibert.
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 34b174318..d0d84e23d 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -10,5 +10,9 @@ EXTRA_DIST += autobuild.m4 EXTRA_DIST += estream.m4 +EXTRA_DIST += sys_socket_h.m4 socklen.m4 + + + |