From 745856b09821ac9c4677dc0923cdc3e4411f94fb Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 11 Oct 2013 15:54:06 +0000 Subject: [PATCH] - fix build --- src/conversation/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am index 43a5a1a06..bb2b3d77d 100644 --- a/src/conversation/Makefile.am +++ b/src/conversation/Makefile.am @@ -19,7 +19,7 @@ libexecdir= $(prefix)/lib/gnunet/libexec/ libgnunetmicrophone_la_SOURCES = \ microphone.c libgnunetmicrophone_la_LIBADD = \ - -lgnunetutil + $(top_builddir)/src/util/libgnunetutil.la libgnunetmicrophone_la_LDFLAGS = \ $(GNUNET_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 @@ -27,7 +27,7 @@ libgnunetmicrophone_la_LDFLAGS = \ libgnunetspeaker_la_SOURCES = \ speaker.c libgnunetspeaker_la_LIBADD = \ - -lgnunetutil + $(top_builddir)/src/util/libgnunetutil.la libgnunetspeaker_la_LDFLAGS = \ $(GNUNET_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 -- 2.25.1