aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-04-05 02:21:07 +0000
committerWerner Koch <[email protected]>2023-06-16 09:01:37 +0000
commite686c85e207e52130388c68018ac2e75b7fb574a (patch)
tree0787e4a7a8699841121b5908b11620972959e8d5
parentbuild: Better cross build support. (diff)
downloadlibassuan-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.am2
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