-typo
[oweals/gnunet.git] / src / util / Makefile.am
index 87681fd88f6a33a550f9a8460f59de666d4daad2..35b006483175f931958cbdc019a87613aaeacb7d 100644 (file)
@@ -122,6 +122,7 @@ libgnunetutil_la_LDFLAGS = \
 bin_PROGRAMS = \
  gnunet-service-resolver \
  gnunet-resolver \
+ gnunet-config \
  gnunet-rsa \
  gnunet-uri 
 
@@ -153,6 +154,15 @@ 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 = \