diff options
author | NIIBE Yutaka <[email protected]> | 2022-04-05 02:21:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-06-16 09:01:37 +0000 |
commit | e686c85e207e52130388c68018ac2e75b7fb574a (patch) | |
tree | 0787e4a7a8699841121b5908b11620972959e8d5 | |
parent | build: Better cross build support. (diff) | |
download | libassuan-e686c85e207e52130388c68018ac2e75b7fb574a.tar.gz libassuan-e686c85e207e52130388c68018ac2e75b7fb574a.zip |
build: Fix listing m4 files.
* m4/Makefile.am (EXTRA_DIST): Add ax_cc_for_build.m4 and
gpg-error.m4. Remove sys_socket_h.m4.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 589f6f9..12a867c 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = socklen.m4 sys_socket_h.m4 autobuild.m4 +EXTRA_DIST = autobuild.m4 ax_cc_for_build.m4 gpg-error.m4 socklen.m4 |