X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.am;h=44e22e390c48a977b8eee0ecd19785ee2b1d31d6;hb=72c8645af31896829b674b575c5375706f362a30;hp=275c988471fbd23d85bc2dec1d97357b9844ece0;hpb=5bcda7889ae905afac4d97d95ea4f44dba2143dc;p=oweals%2Fgnunet.git diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 275c98847..44e22e390 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -124,6 +124,10 @@ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 11:0:2 +if HAVE_TESTING + GNUNET_ECC = gnunet-ecc +endif + libexec_PROGRAMS = \ gnunet-service-resolver @@ -131,7 +135,7 @@ libexec_PROGRAMS = \ bin_PROGRAMS = \ gnunet-resolver \ gnunet-config \ - gnunet-ecc \ + $(GNUNET_ECC) \ gnunet-rsa \ gnunet-uri @@ -236,7 +240,6 @@ check_PROGRAMS = \ test_mq \ test_mq_client \ test_os_network \ - test_os_priority \ test_peer \ test_plugin \ test_program \ @@ -436,11 +439,6 @@ test_os_network_SOURCES = \ test_os_network_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la -test_os_priority_SOURCES = \ - test_os_priority.c -test_os_priority_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la - test_peer_SOURCES = \ test_peer.c test_peer_LDADD = \