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 87681fd88..35b006483 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -122,6 +122,7 @@ libgnunetutil_la_LDFLAGS = \
122bin_PROGRAMS = \ 122bin_PROGRAMS = \
123 gnunet-service-resolver \ 123 gnunet-service-resolver \
124 gnunet-resolver \ 124 gnunet-resolver \
125 gnunet-config \
125 gnunet-rsa \ 126 gnunet-rsa \
126 gnunet-uri 127 gnunet-uri
127 128
@@ -153,6 +154,15 @@ gnunet_rsa_DEPENDENCIES = \
153 libgnunetutil.la 154 libgnunetutil.la
154 155
155 156
157gnunet_config_SOURCES = \
158 gnunet-config.c
159gnunet_config_LDADD = \
160 $(top_builddir)/src/util/libgnunetutil.la \
161 $(GN_LIBINTL)
162gnunet_config_DEPENDENCIES = \
163 libgnunetutil.la
164
165
156gnunet_uri_SOURCES = \ 166gnunet_uri_SOURCES = \
157 gnunet-uri.c 167 gnunet-uri.c
158gnunet_uri_LDADD = \ 168gnunet_uri_LDADD = \