From 8510695d7e8eb30dbcc3c29310c82dd6695313a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Tue, 24 Aug 2010 08:26:21 +0000 Subject: [PATCH] As requested by mwachs --- src/vpn/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 370528772..58ca0eb5a 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -1,5 +1,7 @@ INCLUDES = -I$(top_srcdir)/src/include +AM_CFLAGS = -Wall -Werror + if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif -- 2.25.1