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.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 28d3d6a3e..e25bb8556 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -124,6 +124,7 @@ bin_PROGRAMS = \
124 gnunet-service-resolver \ 124 gnunet-service-resolver \
125 gnunet-resolver \ 125 gnunet-resolver \
126 gnunet-config \ 126 gnunet-config \
127 gnunet-ecc \
127 gnunet-rsa \ 128 gnunet-rsa \
128 gnunet-uri 129 gnunet-uri
129 130
@@ -155,6 +156,15 @@ gnunet_rsa_DEPENDENCIES = \
155 libgnunetutil.la 156 libgnunetutil.la
156 157
157 158
159gnunet_ecc_SOURCES = \
160 gnunet-ecc.c
161gnunet_ecc_LDADD = \
162 $(top_builddir)/src/util/libgnunetutil.la \
163 $(GN_LIBINTL) -lgcrypt
164gnunet_ecc_DEPENDENCIES = \
165 libgnunetutil.la
166
167
158gnunet_config_SOURCES = \ 168gnunet_config_SOURCES = \
159 gnunet-config.c 169 gnunet-config.c
160gnunet_config_LDADD = \ 170gnunet_config_LDADD = \