aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-24 10:18:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-24 10:18:47 +0000
commita4507745fddb1b7c5fc2ddfcdd453917cdbe595b (patch)
tree0d532a600cc2a44639815ca27550574348101d36 /src/Makefile.am
parent77d74ef24d2f0bf071e74d4d8131909ac06c5404 (diff)
downloadgnunet-a4507745fddb1b7c5fc2ddfcdd453917cdbe595b.tar.gz
gnunet-a4507745fddb1b7c5fc2ddfcdd453917cdbe595b.zip
-do not compile vpn/exit/pt/dns on non-Linux systems
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 36e87f82b..56fdd0978 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,6 +6,12 @@ if HAVE_EXPERIMENTAL
6 EXP_DIR = chat dv 6 EXP_DIR = chat dv
7endif 7endif
8 8
9if LINUX
10# All of these currently only work on GNU/Linux
11 LINUX_DIR = dns exit vpn pt
12endif
13
14
9SUBDIRS = \ 15SUBDIRS = \
10 include $(INTLEMU_SUBDIRS) \ 16 include $(INTLEMU_SUBDIRS) \
11 util \ 17 util \
@@ -31,9 +37,6 @@ SUBDIRS = \
31 topology \ 37 topology \
32 fs \ 38 fs \
33 mesh \ 39 mesh \
34 dns \ 40 $(LINUX_DIR) \
35 exit \
36 vpn \
37 pt \
38 integration-tests \ 41 integration-tests \
39 $(EXP_DIR) 42 $(EXP_DIR)