1 From c629a108f5d03cd365c0ba71143ad507f6cd97f0 Mon Sep 17 00:00:00 2001
2 From: Fabrice Fontaine <fabrice.fontaine@orange.com>
3 Date: Thu, 28 Jul 2016 08:36:06 +0200
4 Subject: [PATCH] Fix compilation of tests directory
6 binaries in tests subdirectory depends on libtinydtls so add $(LIB) dependency
7 for dirs target in Makefile.in
9 Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
12 1 file changed, 2 insertions(+), 2 deletions(-)
14 diff --git a/Makefile.in b/Makefile.in
15 index 7dcd424..c493705 100644
18 @@ -68,8 +68,8 @@ check:
19 echo top_builddir: $(top_builddir)
20 $(MAKE) -C tests check
24 +dirs: $(LIB) $(SUBDIRS)
25 + for dir in $(SUBDIRS); do \