aboutsummaryrefslogtreecommitdiff
path: root/src/block/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-15 15:04:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-15 15:04:45 +0000
commit428fb513ef4353f382a5e1b35e838af1fed59058 (patch)
tree8b96409d27bfe90d724b85facd8e15fc7a80074b /src/block/Makefile.am
parentf50072ff43b084ae76ae17fed0610f315db81255 (diff)
downloadgnunet-428fb513ef4353f382a5e1b35e838af1fed59058.tar.gz
gnunet-428fb513ef4353f382a5e1b35e838af1fed59058.zip
-moving block test to resolve cyclic dependency
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