summaryrefslogtreecommitdiffstats
path: root/src/openvpn
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-03-26 23:26:36 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-28 10:50:52 +0200
commit7cacdfd4b7f221139e0d2a0334f1f1cd8f2a1b75 (patch)
treebc9ff3ee2926893518600419eb13edde149aff82 /src/openvpn
parent2a7448912efbba7a246f481566117d6b8f6341c1 (diff)
downloadopenvpn-7cacdfd4b7f221139e0d2a0334f1f1cd8f2a1b75.tar.gz
openvpn-7cacdfd4b7f221139e0d2a0334f1f1cd8f2a1b75.tar.xz
openvpn-7cacdfd4b7f221139e0d2a0334f1f1cd8f2a1b75.zip
build: tap: search for tap header
Windows and solaris has something in common, in both the tap header is external. So make the Windows tap-windows.h search common to all platform. Display an error if we cannot find tap header. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/openvpn')
-rw-r--r--src/openvpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am
index 1410021..01ff732 100644
--- a/src/openvpn/Makefile.am
+++ b/src/openvpn/Makefile.am
@@ -22,7 +22,7 @@ INCLUDES = \
-I$(top_srcdir)/src/compat
AM_CFLAGS = \
- $(TAP_WINDOWS_CFLAGS) \
+ $(TAP_CFLAGS) \
$(OPTIONAL_CRYPTO_CFLAGS) \
$(OPTIONAL_LZO_CFLAGS) \
$(OPTIONAL_PKCS11_HELPER_CFLAGS)