aboutsummaryrefslogtreecommitdiff
path: root/src/block/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/Makefile.am')
-rw-r--r--src/block/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index a949833f9..d0a5ae752 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -49,15 +49,3 @@ libgnunetblock_la_DEPENDENCIES = \
49libgnunetblock_la_LDFLAGS = \ 49libgnunetblock_la_LDFLAGS = \
50 $(GN_LIB_LDFLAGS) \ 50 $(GN_LIB_LDFLAGS) \
51 -version-info 0:0:0 51 -version-info 0:0:0
52
53check_PROGRAMS = \
54 test_block
55
56#TESTS = $(check_PROGRAMS)
57
58test_block_SOURCES = \
59 test_block.c
60test_block_LDADD = \
61 $(top_builddir)/src/block/libgnunetblock.la \
62 $(top_builddir)/src/util/libgnunetutil.la
63