aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-04 17:04:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-04 17:04:28 +0000
commit6c3bf6b3486fd31402ab991f5ddef76bf9cd93c4 (patch)
tree86ff97f084276e63ad6d58fd398b8dc1403199bb /src/gnsrecord/Makefile.am
parenta5328c2a96b9582585511c1ce1aee08509eb0c0a (diff)
downloadgnunet-6c3bf6b3486fd31402ab991f5ddef76bf9cd93c4.tar.gz
gnunet-6c3bf6b3486fd31402ab991f5ddef76bf9cd93c4.zip
block expiration
Diffstat (limited to 'src/gnsrecord/Makefile.am')
-rw-r--r--src/gnsrecord/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 1f489c8d7..2c9d2f476 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -17,7 +17,8 @@ endif
17 17
18check_PROGRAMS = \ 18check_PROGRAMS = \
19 test_gnsrecord_crypto \ 19 test_gnsrecord_crypto \
20 test_gnsrecord_serialization 20 test_gnsrecord_serialization \
21 test_gnsrecord_block_expiration
21 22
22if ENABLE_TEST_RUN 23if ENABLE_TEST_RUN
23TESTS = \ 24TESTS = \
@@ -59,6 +60,7 @@ libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \
59EXTRA_DIST = \ 60EXTRA_DIST = \
60 $(check_SCRIPTS) 61 $(check_SCRIPTS)
61 62
63
62test_gnsrecord_serialization_SOURCES = \ 64test_gnsrecord_serialization_SOURCES = \
63 test_gnsrecord_serialization.c 65 test_gnsrecord_serialization.c
64test_gnsrecord_serialization_LDADD = \ 66test_gnsrecord_serialization_LDADD = \
@@ -66,6 +68,14 @@ test_gnsrecord_serialization_LDADD = \
66 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 68 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
67 $(top_builddir)/src/util/libgnunetutil.la 69 $(top_builddir)/src/util/libgnunetutil.la
68 70
71test_gnsrecord_block_expiration_SOURCES = \
72 test_gnsrecord_block_expiration.c
73test_gnsrecord_block_expiration_LDADD = \
74 $(top_builddir)/src/testing/libgnunettesting.la \
75 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
76 $(top_builddir)/src/util/libgnunetutil.la
77
78
69test_gnsrecord_crypto_SOURCES = \ 79test_gnsrecord_crypto_SOURCES = \
70 test_gnsrecord_crypto.c 80 test_gnsrecord_crypto.c
71test_gnsrecord_crypto_LDADD = \ 81test_gnsrecord_crypto_LDADD = \