-code deduplication in rsa sign/verify code
[oweals/gnunet.git] / src / util / Makefile.am
index 87681fd88f6a33a550f9a8460f59de666d4daad2..28d3d6a3e5a399c4638841b09474c380e1609895 100644 (file)
@@ -14,7 +14,7 @@ if MINGW
 noinst_LTLIBRARIES = \
   libgnunetutilwin.la
 libgnunetutilwin_la_SOURCES = \
-  win.cc \
+  win.c \
   winproc.c
 libgnunetutilwin_la_LDFLAGS = \
   -no-undefined -Wl,--export-all-symbols 
@@ -74,6 +74,7 @@ libgnunetutil_la_SOURCES = \
   container_slist.c \
   crypto_aes.c \
   crypto_crc.c \
+  crypto_ecc.c \
   crypto_hash.c \
   crypto_hkdf.c \
   crypto_kdf.c \
@@ -122,6 +123,7 @@ libgnunetutil_la_LDFLAGS = \
 bin_PROGRAMS = \
  gnunet-service-resolver \
  gnunet-resolver \
+ gnunet-config \
  gnunet-rsa \
  gnunet-uri 
 
@@ -148,11 +150,20 @@ gnunet_rsa_SOURCES = \
  gnunet-rsa.c         
 gnunet_rsa_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(GN_LIBINTL)
+  $(GN_LIBINTL) -lgcrypt
 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 = \