aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-25 10:57:43 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-25 10:57:43 +0000
commit42dbd0d48e6bd38d58c7d58d523f5f71efed22a0 (patch)
tree55113c83d4002cfd8a044ac736d579ad2bc85118 /src/Makefile.am
parentf4dfb3bfeadf3ce0788fef942804fe4f25e7fc99 (diff)
downloadgnunet-42dbd0d48e6bd38d58c7d58d523f5f71efed22a0.tar.gz
gnunet-42dbd0d48e6bd38d58c7d58d523f5f71efed22a0.zip
make sure stats that are being set can be committed on destroy
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d89e4ca09..c30045c9b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,6 @@ SUBDIRS = \
13 arm \ 13 arm \
14 fragmentation \ 14 fragmentation \
15 hello \ 15 hello \
16 nat \
17 peerinfo \ 16 peerinfo \
18 statistics \ 17 statistics \
19 datacache \ 18 datacache \
@@ -24,5 +23,6 @@ SUBDIRS = \
24 testing \ 23 testing \
25 $(HOSTLIST_DIR) \ 24 $(HOSTLIST_DIR) \
26 topology \ 25 topology \
27 fs 26 fs \
27 nat
28 28