aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-10 17:28:24 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-10 17:28:24 +0000
commitdc252383026ab4641549b826a16548e0c1f2cb6d (patch)
treedbdaa5a96d9ed5517433cfd8d8fd46c73ff2095c /src
parent16b9a41db22e748ad85fcc7277f569aab49a7f32 (diff)
downloadgnunet-dc252383026ab4641549b826a16548e0c1f2cb6d.tar.gz
gnunet-dc252383026ab4641549b826a16548e0c1f2cb6d.zip
bad ordering
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2b90ce1e2..5e505700b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,9 +24,9 @@ SUBDIRS = \
24 template \ 24 template \
25 transport \ 25 transport \
26 core \ 26 core \
27 testing \
28 $(HOSTLIST_DIR) \ 27 $(HOSTLIST_DIR) \
29 topology \ 28 topology \
30 fs \ 29 fs \
31 $(NAT_DIR) 30 $(NAT_DIR) \
31 testing
32 32