aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-03 06:25:09 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-03 06:25:09 +0000
commit4a86e0b4faea9dc3e8bd1393ff0561fcf03ca785 (patch)
tree8417815af297e0967485cd427e0f0acf7daf91a4 /src/Makefile.am
parent3e719ecc0f2252bfb01ce6ee057e6d63dd4b7037 (diff)
downloadgnunet-4a86e0b4faea9dc3e8bd1393ff0561fcf03ca785.tar.gz
gnunet-4a86e0b4faea9dc3e8bd1393ff0561fcf03ca785.zip
dsfixes
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 c366ce20c..e4335db9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,6 @@ SUBDIRS = \
11 include $(INTLEMU_SUBDIRS) \ 11 include $(INTLEMU_SUBDIRS) \
12 util \ 12 util \
13 arm \ 13 arm \
14 datastore \
15 fragmentation \ 14 fragmentation \
16 hello \ 15 hello \
17 peerinfo \ 16 peerinfo \
@@ -20,6 +19,7 @@ SUBDIRS = \
20 template \ 19 template \
21 transport \ 20 transport \
22 core \ 21 core \
22 datastore \
23 $(HOSTLIST_DIR) \ 23 $(HOSTLIST_DIR) \
24 topology 24 topology
25 25