summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@gnupg.org>2022-10-25 13:13:09 +0200
committerAndre Heinecke <aheinecke@gnupg.org>2022-10-25 13:13:09 +0200
commit62547ec2497105bf95e7755ed88f996353539789 (patch)
tree1e8ca81e8b7e4b21fd327b329cc182ab6de58fb0
parent6d5a2b1425b2080c0efa79b85c60e1ea1761e488 (diff)
downloadlibassuan-62547ec2497105bf95e7755ed88f996353539789.tar.gz
w32: Fix make dist
* src/Makefile.am (parts_of_assuan_h): Readd w32-includes.h -- This was accidentally removed. Fixes-commit: df6aec566ce450e4e0702e4784569642f2bc6703
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f3a3aac..61e1958 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,7 +48,7 @@ CLEANFILES = mkheader assuan.h
BUILT_SOURCES = assuan.h
parts_of_assuan_h = \
- posix-includes.inc.h \
+ posix-includes.inc.h w32-includes.inc.h \
posix-types.inc.h w32-types.inc.h \
posix-fd-t.inc.h w32-fd-t.inc.h \
posix-sock-nonce.inc.h w32-sock-nonce.inc.h