aboutsummaryrefslogtreecommitdiff
path: root/src/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/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/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3af37615a..1616c9cb3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ if LINUX
11 LINUX_DIR = dns exit vpn gns pt 11 LINUX_DIR = dns exit vpn gns pt
12endif 12endif
13if MINGW 13if MINGW
14 MINGW_DIR = dns gns 14 MINGW_DIR = dns gns vpn exit
15endif 15endif
16 16
17if HAVE_MYSQL 17if HAVE_MYSQL