From dce46d13a14d4c9d88ba256bf083a6f11bd4c0d3 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 18 Mar 2014 18:15:42 +0100 Subject: [PATCH] remove lpc2xml xml2lpc from linphone.pc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69b109cb3..c38507fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -767,7 +767,7 @@ AM_CONDITIONAL(ENABLE_MANUAL, test x$have_sgmltools$build_manual = xyesyes ) dnl for external use of linphone libs LINPHONE_CFLAGS="-I${includedir} -I${includedir}/linphone" -LINPHONE_LIBS="-L${libdir} -llinphone -llpc2xml -lxml2lpc" +LINPHONE_LIBS="-L${libdir} -llinphone" AC_SUBST(LINPHONE_CFLAGS) AC_SUBST(LINPHONE_LIBS)