aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-27 09:56:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-27 09:56:06 +0000
commita7cf81096a2353063c03718229ded994e3d0984c (patch)
tree4006126c5e6d4368c43778d251051c138b90ceb7 /src/Makefile.am
parent44f408a3ed45ee7824a6dcd3705f61792236142b (diff)
downloadgnunet-a7cf81096a2353063c03718229ded994e3d0984c.tar.gz
gnunet-a7cf81096a2353063c03718229ded994e3d0984c.zip
- build order: first vpn then gns
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 40125d0d8..d6eeb732a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ endif
8 8
9if LINUX 9if LINUX
10# All of these currently only work on GNU/Linux 10# All of these currently only work on GNU/Linux
11 LINUX_DIR = dns gns exit vpn pt 11 LINUX_DIR = dns vpn gns exit pt
12endif 12endif
13 13
14if HAVE_MYSQL 14if HAVE_MYSQL