forked from Lainports/opnsense-ports
20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
--- tools/Makefile.in.orig 2016-10-14 20:18:07 UTC
|
|
+++ tools/Makefile.in
|
|
@@ -539,14 +539,15 @@ EXTRA_DIST = xml2lpc_jni.cc lpc2xml_jni.
|
|
@BUILD_TOOLS_TRUE@lp_autoanswer_CFLAGS = $(COMMON_CFLAGS)
|
|
@BUILD_TOOLS_TRUE@lp_autoanswer_LDADD = \
|
|
@BUILD_TOOLS_TRUE@ $(top_builddir)/coreapi/liblinphone.la \
|
|
+@BUILD_TOOLS_TRUE@ -lbctoolbox \
|
|
@BUILD_TOOLS_TRUE@ $(MEDIASTREAMER_LIBS)
|
|
|
|
@BUILD_TOOLS_TRUE@lp_test_ecc_SOURCES = test_ecc.c
|
|
@BUILD_TOOLS_TRUE@lp_test_ecc_CFLAGS = $(COMMON_CFLAGS)
|
|
-@BUILD_TOOLS_TRUE@lp_test_ecc_LDADD = $(top_builddir)/coreapi/liblinphone.la
|
|
+@BUILD_TOOLS_TRUE@lp_test_ecc_LDADD = $(top_builddir)/coreapi/liblinphone.la $(MEDIASTREAMER_LIBS)
|
|
@BUILD_TOOLS_TRUE@lp_sendmsg_SOURCES = lpsendmsg.c
|
|
@BUILD_TOOLS_TRUE@lp_sendmsg_CFLAGS = $(COMMON_CFLAGS)
|
|
-@BUILD_TOOLS_TRUE@lp_sendmsg_LDADD = $(top_builddir)/coreapi/liblinphone.la
|
|
+@BUILD_TOOLS_TRUE@lp_sendmsg_LDADD = $(top_builddir)/coreapi/liblinphone.la $(MEDIASTREAMER_LIBS)
|
|
@ENABLE_TESTS_TRUE@test_lsd_SOURCES = test_lsd.c
|
|
@ENABLE_TESTS_TRUE@test_lsd_CFLAGS = $(COMMON_CFLAGS)
|
|
@ENABLE_TESTS_TRUE@test_lsd_LDADD = $(top_builddir)/coreapi/liblinphone.la
|