aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:59:11 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:59:11 +0100
commit6914bcb2330e626e1990a4dcba00f52211afe313 (patch)
tree524b06d5e6b026f45ee0d0c49021ea9212aea824 /src/Makefile.am
parentd060e299efdf346f4421c3706669b6ac79b54fc0 (diff)
downloadgnunet-6914bcb2330e626e1990a4dcba00f52211afe313.tar.gz
gnunet-6914bcb2330e626e1990a4dcba00f52211afe313.zip
move copying to rest
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 ebf008eb0..09dd81d19 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,8 @@ SUBDIRS = \
81 statistics \ 81 statistics \
82 arm \ 82 arm \
83 $(TESTING) \ 83 $(TESTING) \
84 $(JSON_DIR) \
85 $(REST_DIR) \
84 peerinfo \ 86 peerinfo \
85 $(SQLITE_DIR) \ 87 $(SQLITE_DIR) \
86 $(MYSQL_DIR) \ 88 $(MYSQL_DIR) \
@@ -122,8 +124,6 @@ SUBDIRS = \
122 pt \ 124 pt \
123 secretsharing \ 125 secretsharing \
124 $(EXP_DIR) \ 126 $(EXP_DIR) \
125 $(JSON_DIR) \
126 $(REST_DIR) \
127 integration-tests 127 integration-tests
128 128
129endif 129endif