-fixes
[oweals/gnunet.git] / src / util / Makefile.am
index 7f2e0cd48f02b77fd84de1f31583de34612da366..8176056f243699c0d4b71b688b717dbdb740809a 100644 (file)
@@ -37,6 +37,7 @@ noinst_PROGRAMS = \
  gnunet-config-diff \
  test_common_logging_dummy
 
+
 gnunet_config_diff_SOURCES = \
  gnunet-config-diff.c
 gnunet_config_diff_LDADD = \
@@ -109,12 +110,14 @@ libgnunetutil_la_LIBADD = \
 
 libgnunetutil_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
-  -version-info 6:0:1
+  -version-info 7:0:0
 
 
 bin_PROGRAMS = \
  gnunet-service-resolver \
- gnunet-resolver
+ gnunet-resolver \
+ gnunet-rsa
+
 
 gnunet_service_resolver_SOURCES = \
  gnunet-service-resolver.c         
@@ -133,6 +136,15 @@ gnunet_resolver_LDADD = \
 gnunet_resolver_DEPENDENCIES = \
   libgnunetutil.la
 
+
+gnunet_rsa_SOURCES = \
+ gnunet-rsa.c         
+gnunet_rsa_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
+gnunet_rsa_DEPENDENCIES = \
+  libgnunetutil.la
+
 plugin_LTLIBRARIES = \
   libgnunet_plugin_test.la