From f2a94edfe687f220160f2f58d92a53063ab98357 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 10 Jan 2014 18:35:56 +0000 Subject: [PATCH] - fix parallel build --- src/transport/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index f902e4c02..76dc50af9 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -218,6 +218,8 @@ gnunet_service_transport_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_GLPK) \ $(GN_LIBINTL) +gnunet_service_transport_DEPENDENCIES = \ + libgnunettransport.la gnunet_service_transport_CFLAGS = \ $(CFLAGS) # -DANALYZE -- 2.25.1