aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2014-07-10 22:06:10 -0500
committerBrent Cook <bcook@openbsd.org>2015-07-21 12:08:18 -0500
commit5d8a1cf7155130bd8101090d7e1d0c2f90d9b123 (patch)
tree286f7d12e3647f94bd1e6e8e180a4bf6215a0740 /apps/Makefile.am
parent7a4a37cf596697ae96eeb1c555989e6d1a443187 (diff)
downloadportable-5d8a1cf7155130bd8101090d7e1d0c2f90d9b123.tar.gz
portable-5d8a1cf7155130bd8101090d7e1d0c2f90d9b123.tar.bz2
portable-5d8a1cf7155130bd8101090d7e1d0c2f90d9b123.zip
add initial CMake and Visual Studio build support
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
Diffstat (limited to 'apps/Makefile.am')
-rw-r--r--apps/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am
index 0547876..ce78b33 100644
--- a/apps/Makefile.am
+++ b/apps/Makefile.am
@@ -88,6 +88,7 @@ noinst_HEADERS += timeouts.h
88EXTRA_DIST = cert.pem 88EXTRA_DIST = cert.pem
89EXTRA_DIST += openssl.cnf 89EXTRA_DIST += openssl.cnf
90EXTRA_DIST += x509v3.cnf 90EXTRA_DIST += x509v3.cnf
91EXTRA_DIST += CMakeLists.txt
91 92
92install-exec-hook: 93install-exec-hook:
93 @if [ "@OPENSSLDIR@x" != "x" ]; then \ 94 @if [ "@OPENSSLDIR@x" != "x" ]; then \