-typo
[oweals/gnunet.git] / src / util / Makefile.am
index 3be3062d0abf3df103b828be8bb7f487ab522d83..35b006483175f931958cbdc019a87613aaeacb7d 100644 (file)
@@ -34,7 +34,7 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
-cat_SOURCES = w32cat.c
+w32cat_SOURCES = w32cat.c
 
 noinst_PROGRAMS = \
  gnunet-config-diff \
@@ -122,7 +122,9 @@ libgnunetutil_la_LDFLAGS = \
 bin_PROGRAMS = \
  gnunet-service-resolver \
  gnunet-resolver \
- gnunet-rsa
+ gnunet-config \
+ gnunet-rsa \
+ gnunet-uri 
 
 
 gnunet_service_resolver_SOURCES = \
@@ -151,6 +153,24 @@ gnunet_rsa_LDADD = \
 gnunet_rsa_DEPENDENCIES = \
   libgnunetutil.la
 
+
+gnunet_config_SOURCES = \
+ gnunet-config.c         
+gnunet_config_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
+gnunet_config_DEPENDENCIES = \
+  libgnunetutil.la
+
+
+gnunet_uri_SOURCES = \
+ gnunet-uri.c         
+gnunet_uri_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
+gnunet_uri_DEPENDENCIES = \
+  libgnunetutil.la
+
 plugin_LTLIBRARIES = \
   libgnunet_plugin_test.la