aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-08-24 08:26:21 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-08-24 08:26:21 +0000
commit8510695d7e8eb30dbcc3c29310c82dd6695313a7 (patch)
tree3bb7e3952b03fedc7e0ea54e0a6c7004762519a4 /src/vpn
parent98dee9eb8d98dead0df67332c8ef18b198c8574a (diff)
downloadgnunet-8510695d7e8eb30dbcc3c29310c82dd6695313a7.tar.gz
gnunet-8510695d7e8eb30dbcc3c29310c82dd6695313a7.zip
As requested by mwachs
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3AM_CFLAGS = -Wall -Werror
4
3if MINGW 5if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 6 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5endif 7endif