aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/Makefile.am1
-rw-r--r--include/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index d93b879..0059b59 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -36,6 +36,7 @@ EXTRA_DIST += empty.c
36 36
37# needed for a CMake target 37# needed for a CMake target
38EXTRA_DIST += compat/strcasecmp.c 38EXTRA_DIST += compat/strcasecmp.c
39EXTRA_DIST += compat/getopt_long.c
39 40
40BUILT_SOURCES = crypto_portable.sym 41BUILT_SOURCES = crypto_portable.sym
41CLEANFILES = crypto_portable.sym 42CLEANFILES = crypto_portable.sym
diff --git a/include/Makefile.am b/include/Makefile.am
index 077637d..22819c8 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -10,6 +10,7 @@ noinst_HEADERS += compat/dirent_msvc.h
10noinst_HEADERS += compat/endian.h 10noinst_HEADERS += compat/endian.h
11noinst_HEADERS += compat/err.h 11noinst_HEADERS += compat/err.h
12noinst_HEADERS += compat/fcntl.h 12noinst_HEADERS += compat/fcntl.h
13noinst_HEADERS += compat/getopt.h
13noinst_HEADERS += compat/limits.h 14noinst_HEADERS += compat/limits.h
14noinst_HEADERS += compat/netdb.h 15noinst_HEADERS += compat/netdb.h
15noinst_HEADERS += compat/poll.h 16noinst_HEADERS += compat/poll.h