From 1cf68854463d49217ce5aa38bc50f7e6acfd96f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 6 Apr 2017 17:34:22 +0200 Subject: [PATCH] Disable the compilation of lp-gen-wrapper with autotools --- tools/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index afcc52cdb..2531b7b3a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST=xml2lpc_jni.cc lpc2xml_jni.cc if BUILD_TOOLS -bin_PROGRAMS=xml2lpc_test lpc2xml_test lp-gen-wrappers lp-autoanswer lp-test-ecc lp-sendmsg +bin_PROGRAMS=xml2lpc_test lpc2xml_test lp-autoanswer lp-test-ecc lp-sendmsg xml2lpc_test_SOURCES=\ xml2lpc_test.c @@ -36,13 +36,6 @@ lpc2xml_test_CFLAGS=$(COMMON_CFLAGS) lpc2xml_test_LDADD=\ $(top_builddir)/coreapi/liblinphone.la -lp_gen_wrappers_SOURCES=genwrappers.cc \ - software-desc.cc software-desc.hh \ - generator.cc generator.hh - -lp_gen_wrappers_LDADD= \ - $(LIBXML2_LIBS) - lp_autoanswer_SOURCES=auto_answer.c lp_autoanswer_CFLAGS=$(COMMON_CFLAGS) lp_autoanswer_LDADD=\