From 49d74db2e9bd8418f15b560e36e1f27661f65361 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Wed, 26 Aug 2020 14:49:02 -0400 Subject: use (and "GNUnet-ify") libyuarel as a basepoint for uri parsing --- src/util/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 83b3b9c3d..c5059bbb1 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -96,6 +96,7 @@ libgnunetutil_la_SOURCES = \ strings.c \ time.c \ tun.c \ + uri.c \ speedup.c speedup.h \ proc_compat.c @@ -302,6 +303,7 @@ check_PROGRAMS = \ test_speedup \ test_time \ test_tun \ + test_uri \ $(BENCHMARKS) \ test_os_start_process \ test_common_logging_runtime_loglevels @@ -573,6 +575,11 @@ test_speedup_SOURCES = \ test_speedup_LDADD = \ libgnunetutil.la +test_uri_SOURCES = \ + test_uri.c +test_uri_LDADD = \ + libgnunetutil.la + perf_crypto_hash_SOURCES = \ perf_crypto_hash.c perf_crypto_hash_LDADD = \ -- cgit v1.2.3