dhtlog updates
[oweals/gnunet.git] / src / util / Makefile.am
index d6628daac07e18dcda419bfff921cc0cf4b4ed6a..6d88537e5ce2693e205eaf3574d183aac532a2d9 100644 (file)
@@ -72,6 +72,7 @@ libgnunetutil_la_SOURCES = \
 libgnunetutil_la_LIBADD = \
   $(GCLIBADD) $(WINLIB) \
   $(LIBGCRYPT_LIBS) \
+  $(LTLIBICONV) \
   -lgmp -lltdl -lz $(XLIB)
 
 libgnunetutil_la_LDFLAGS = \
@@ -113,6 +114,7 @@ check_PROGRAMS = \
  test_crypto_aes_weak \
  test_crypto_crc \
  test_crypto_hash \
+ test_crypto_hkdf \
  test_crypto_ksk \
  test_crypto_random \
  test_crypto_rsa \
@@ -143,9 +145,9 @@ check_PROGRAMS = \
  perf_crypto_hash \
  test_os_start_process 
 
-
+if !DISABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
-
+endif
 
 test_bio_SOURCES = \
  test_bio.c