aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 7bcac3d29..44e22e390 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -124,6 +124,10 @@ libgnunetutil_la_LDFLAGS = \
124 $(GN_LIB_LDFLAGS) \ 124 $(GN_LIB_LDFLAGS) \
125 -version-info 11:0:2 125 -version-info 11:0:2
126 126
127if HAVE_TESTING
128 GNUNET_ECC = gnunet-ecc
129endif
130
127 131
128libexec_PROGRAMS = \ 132libexec_PROGRAMS = \
129 gnunet-service-resolver 133 gnunet-service-resolver
@@ -131,7 +135,7 @@ libexec_PROGRAMS = \
131bin_PROGRAMS = \ 135bin_PROGRAMS = \
132 gnunet-resolver \ 136 gnunet-resolver \
133 gnunet-config \ 137 gnunet-config \
134 gnunet-ecc \ 138 $(GNUNET_ECC) \
135 gnunet-rsa \ 139 gnunet-rsa \
136 gnunet-uri 140 gnunet-uri
137 141