check_SCRIPTS = \
test_auction_create.sh
+EXTRA_DIST = \
+ auction.h \
+ auction.conf \
+ $(check_SCRIPTS)
+
if ENABLE_TEST_RUN
AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
EXTRA_DIST = \
$(check_SCRIPTS) \
+ gnunet-service-dht_clients.c \
test_dht_api_data.conf \
test_dht_api_peer1.conf \
test_dht_monitor.conf \
struct GNUNET_TIME_Relative hello_expiration;
-/* Code shared between different DHT implementations */
#include "gnunet-service-dht_clients.c"
libexec_PROGRAMS = \
gnunet-service-identity-provider
+EXTRA_DIST = \
+ $(pkgcfg_DATA)
+
gnunet_service_identity_provider_SOURCES = \
gnunet-service-identity-provider.c \
- identity_token.c
+ identity_token.c identity_token.h
gnunet_service_identity_provider_LDADD = \
$(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
$(top_builddir)/src/util/libgnunetutil.la \
gnunet_bandwidth_lib.h \
gnunet_bio_lib.h \
gnunet_block_lib.h \
+ gnunet_block_group_lib.h \
gnunet_block_plugin.h \
gnunet_client_lib.h \
gnunet_common.h \
gnunet_hello_lib.h \
gnunet_helper_lib.h \
gnunet_identity_service.h \
+ gnunet_identity_provider_service.h \
gnunet_json_lib.h \
+ gnunet_jsonapi_lib.h \
+ gnunet_jsonapi_util.h \
gnunet_load_lib.h \
gnunet_cadet_service.h \
gnunet_microphone_lib.h \
gnunet_protocols.h \
gnunet_resolver_service.h \
gnunet_regex_service.h \
+ gnunet_rest_lib.h \
+ gnunet_rest_plugin.h \
gnunet_revocation_service.h \
gnunet_scalarproduct_service.h \
gnunet_scheduler_lib.h \
gnunet_signal_lib.h \
gnunet_signatures.h \
gnunet_social_service.h \
+ gnunet_socks.h \
gnunet_speaker_lib.h \
gnunet_sq_lib.h \
gnunet_statistics_service.h \
-version-info 0:0:0 \
-no-undefined
libgnunetjsonapi_la_SOURCES = \
- jsonapi_document.c \
+ jsonapi_document.c jsonapi_objects.h \
jsonapi_resource.c \
jsonapi_error.c \
jsonapi_relationship.c
lib_LTLIBRARIES = libgnunetmulticast.la
libgnunetmulticast_la_SOURCES = \
- multicast_api.c
+ multicast_api.c multicast.h
libgnunetmulticast_la_LIBADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL) $(XLIB)
libexec_PROGRAMS = \
gnunet-rest-server
+EXTRA_DIST = \
+ rest.conf
gnunet_rest_server_SOURCES = \
gnunet-rest-server.c
gnunet_service_set_SOURCES = \
gnunet-service-set.c gnunet-service-set.h \
gnunet-service-set_union.c gnunet-service-set_union.h \
- gnunet-service-set_intersection.c \
+ gnunet-service-set_intersection.c gnunet-service-set_intersection.h \
ibf.c ibf.h \
gnunet-service-set_union_strata_estimator.c gnunet-service-set_union_strata_estimator.h \
gnunet-service-set_protocol.h
gnunet-service-testbed_oc.c \
gnunet-service-testbed_cpustatus.c \
gnunet-service-testbed_meminfo.c gnunet-service-testbed_meminfo.h \
- gnunet-service-testbed_barriers.c \
+ gnunet-service-testbed_barriers.c gnunet-service-testbed_barriers.h \
gnunet-service-testbed_connectionpool.c gnunet-service-testbed_connectionpool.h
gnunet_service_testbed_LDADD = $(XLIB) \
$(top_builddir)/src/util/libgnunetutil.la \
libgnunet_plugin_transport_template.la
libgnunet_plugin_transport_tcp_la_SOURCES = \
- plugin_transport_tcp.c
+ plugin_transport_tcp.c
libgnunet_plugin_transport_tcp_la_LIBADD = \
$(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
perf_tcp_peer1.conf \
perf_tcp_peer2.conf \
test_transport_api_slow_ats_peer1.conf \
-test_transport_api_slow_ats_peer2.conf
+test_transport_api_slow_ats_peer2.conf \
+ tcp_connection_legacy.c \
+ tcp_server_mst_legacy.c \
+ tcp_server_legacy.c \
+ tcp_service_legacy.c