From 742e9868ec5c3eeab8fd10739b92107f5cde8811 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 29 Sep 2010 11:02:06 +0200 Subject: [PATCH] fix link error in test_lsd --- coreapi/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coreapi/Makefile.am b/coreapi/Makefile.am index fa4b38576..0e498053d 100644 --- a/coreapi/Makefile.am +++ b/coreapi/Makefile.am @@ -53,7 +53,9 @@ noinst_PROGRAMS=test_lsd test_lsd_SOURCES=test_lsd.c -test_lsd_LDADD=liblinphone.la +test_lsd_LDADD=liblinphone.la \ + $(MEDIASTREAMER_LIBS) \ + $(ORTP_LIBS) AM_CFLAGS=$(STRICT_OPTIONS) -DIN_LINPHONE \ $(ORTP_CFLAGS) \