aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-02 02:35:22 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-02 11:57:10 +0100
commit4e084e4842cddf5de988534c84e2d65bb122472f (patch)
tree863b6f0b88dce9c852f1cf75c812abd6240da6ae /src
parent955c05a94229ee790afe8981287365daa06c6db9 (diff)
downloadgnunet-4e084e4842cddf5de988534c84e2d65bb122472f.tar.gz
gnunet-4e084e4842cddf5de988534c84e2d65bb122472f.zip
fix misc make dist issues
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/include/gnunet_rest_lib.h2
-rw-r--r--src/transport/Makefile.am1
3 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 14c66c5f7..7f1a00177 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,6 @@ if HAVE_EXPERIMENTAL
13 EXP_DIR = \ 13 EXP_DIR = \
14 rps 14 rps
15endif 15endif
16# dv (FTBFS)
17 16
18if HAVE_JSON 17if HAVE_JSON
19if HAVE_MHD 18if HAVE_MHD
diff --git a/src/include/gnunet_rest_lib.h b/src/include/gnunet_rest_lib.h
index 243c38403..a4dbb0696 100644
--- a/src/include/gnunet_rest_lib.h
+++ b/src/include/gnunet_rest_lib.h
@@ -32,7 +32,7 @@
32#define GNUNET_REST_LIB_H 32#define GNUNET_REST_LIB_H
33 33
34#include "gnunet_util_lib.h" 34#include "gnunet_util_lib.h"
35#include "microhttpd.h" 35#include <microhttpd.h>
36 36
37#define GNUNET_REST_HANDLER_END {NULL, NULL, NULL} 37#define GNUNET_REST_HANDLER_END {NULL, NULL, NULL}
38 38
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index d65da6bb6..5cf830c36 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -1330,7 +1330,6 @@ test_transport_api_monitor_peers_peer2.conf\
1330test_transport_api_monitor_validation_peer1.conf\ 1330test_transport_api_monitor_validation_peer1.conf\
1331test_transport_api_monitor_validation_peer2.conf\ 1331test_transport_api_monitor_validation_peer2.conf\
1332test_transport_defaults.conf\ 1332test_transport_defaults.conf\
1333test_transport_startonly.conf\
1334test_transport_api_disconnect_tcp_peer1.conf\ 1333test_transport_api_disconnect_tcp_peer1.conf\
1335test_transport_api_disconnect_tcp_peer2.conf\ 1334test_transport_api_disconnect_tcp_peer2.conf\
1336test_transport_api_timeout_http_peer1.conf\ 1335test_transport_api_timeout_http_peer1.conf\