aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-14 22:15:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-14 22:15:06 +0000
commit6d7c1dd00a193fc054d1f1588ae7c98dc95b6257 (patch)
treedce6c9493eaae4e53c0d778aaa55bddfa7878337 /src/util/Makefile.am
parent37a6aa8d92d86b0f956c567d05a59ba5415b1052 (diff)
downloadgnunet-6d7c1dd00a193fc054d1f1588ae7c98dc95b6257.tar.gz
gnunet-6d7c1dd00a193fc054d1f1588ae7c98dc95b6257.zip
fix #3570: finally remove SList API
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 2a8bb49e1..620d73e5d 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -79,7 +79,6 @@ libgnunetutil_la_SOURCES = \
79 container_multihashmap.c \ 79 container_multihashmap.c \
80 container_multipeermap.c \ 80 container_multipeermap.c \
81 container_multihashmap32.c \ 81 container_multihashmap32.c \
82 container_slist.c \
83 crypto_symmetric.c \ 82 crypto_symmetric.c \
84 crypto_crc.c \ 83 crypto_crc.c \
85 crypto_ecc.c \ 84 crypto_ecc.c \
@@ -221,7 +220,6 @@ check_PROGRAMS = \
221 test_container_multihashmap32 \ 220 test_container_multihashmap32 \
222 test_container_multipeermap \ 221 test_container_multipeermap \
223 test_container_heap \ 222 test_container_heap \
224 test_container_slist \
225 test_crypto_symmetric \ 223 test_crypto_symmetric \
226 test_crypto_crc \ 224 test_crypto_crc \
227 test_crypto_ecdsa \ 225 test_crypto_ecdsa \