aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-22 17:02:09 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-22 17:02:09 +0000
commitd1bebde16276dfde094f9ff6c010ee1a84379940 (patch)
treeddfe70fd48406f81e337d1c1f231a116a0cd0ab6 /src/exit/Makefile.am
parent14e5afbe063678ae6b8337c68394bd3aa30b37b4 (diff)
downloadgnunet-d1bebde16276dfde094f9ff6c010ee1a84379940.tar.gz
gnunet-d1bebde16276dfde094f9ff6c010ee1a84379940.zip
* added vpn and exit to the default build options for mingw/windows builds. This code is considered experimental
and has not yet undergone intensive testing. Use it at your own peril, but we would still be really glad for feedback and bug reports! (thanks!) * fixed a typo in the exit-makefile (buildflags) * adjusted output of gnunet-helper-exit-windows to properly identify itself * updated driver-paths for looking for tap32/tap64
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index eb2a7a9aa..d350d86e2 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -1,7 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined, --export-all-symbols 4 WINFLAGS = -Wl,--no-undefined,--export-all-symbols
5 EXITBIN = gnunet-helper-exit 5 EXITBIN = gnunet-helper-exit
6endif 6endif
7 7