aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-10 23:24:01 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-10 23:24:01 +0000
commit1c323bd4cbb388a9e7515a1f733a3062bf093aee (patch)
tree7cc525d79149d44840b9f7a0040aaf3e69ecd665 /src/Makefile.am
parentaedaaed687db1ff20b447378f01ad7306921450c (diff)
downloadgnunet-1c323bd4cbb388a9e7515a1f733a3062bf093aee.tar.gz
gnunet-1c323bd4cbb388a9e7515a1f733a3062bf093aee.zip
fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS testcases yet
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 83648ded2..cdfd5f307 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -67,7 +67,6 @@ SUBDIRS = \
67 peerinfo-tool \ 67 peerinfo-tool \
68 core \ 68 core \
69 $(TESTBED) \ 69 $(TESTBED) \
70 ats-tests \
71 nse \ 70 nse \
72 dht \ 71 dht \
73 hostlist \ 72 hostlist \
@@ -91,3 +90,5 @@ SUBDIRS = \
91 pt \ 90 pt \
92 integration-tests \ 91 integration-tests \
93 $(EXP_DIR) 92 $(EXP_DIR)
93
94# ats-tests