From 7cacdfd4b7f221139e0d2a0334f1f1cd8f2a1b75 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 26 Mar 2012 23:26:36 +0200 Subject: 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 Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- src/openvpn/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openvpn/Makefile.am') 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) -- cgit