diff options
author | NIIBE Yutaka <[email protected]> | 2022-04-05 02:21:07 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-04-05 02:21:07 +0000 |
commit | a43090e38843126e5026548ff751d139b1e522b0 (patch) | |
tree | 23d954a4a134cbb598a0f85018dd0530c831917f | |
parent | w32: Fix assuan_socket_connect_fd to be usable. (diff) | |
download | libassuan-a43090e38843126e5026548ff751d139b1e522b0.tar.gz libassuan-a43090e38843126e5026548ff751d139b1e522b0.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 |