aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-14 16:05:31 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-14 16:05:31 +0000
commit171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e (patch)
tree59975a9b861446591c5ab30326a17bea58256a09 /src/Makefile.am
parente454b48bfcbedd1f5fece654fd53941f69faa4e0 (diff)
downloadgnunet-171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e.tar.gz
gnunet-171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e.zip
- fix invalid free in token rest, fix build bug, move rest up in dependancy list
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 cdc016afb..5785242ba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -57,6 +57,7 @@ else
57SUBDIRS = \ 57SUBDIRS = \
58 include $(INTLEMU_SUBDIRS) \ 58 include $(INTLEMU_SUBDIRS) \
59 util \ 59 util \
60 $(REST_DIR) \
60 hello \ 61 hello \
61 tun \ 62 tun \
62 block \ 63 block \
@@ -99,7 +100,6 @@ SUBDIRS = \
99 fs \ 100 fs \
100 exit \ 101 exit \
101 pt \ 102 pt \
102 $(REST_DIR) \
103 integration-tests \ 103 integration-tests \
104 $(EXP_DIR) 104 $(EXP_DIR)
105 105