From b9eec6849cf1b9f70f264e586eb38afe5a3e8d84 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 13 Apr 2015 11:22:34 +0200 Subject: [PATCH] rename auto_answer into lp-autoanswer --- tools/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index ab76dddb2..ecd6cab5a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -19,7 +19,7 @@ EXTRA_DIST=xml2lpc_jni.cc lpc2xml_jni.cc if BUILD_TOOLS -bin_PROGRAMS=xml2lpc_test lpc2xml_test lp-gen-wrappers auto_answer +bin_PROGRAMS=xml2lpc_test lpc2xml_test lp-gen-wrappers lp-autoanswer xml2lpc_test_SOURCES=\ xml2lpc_test.c @@ -42,9 +42,9 @@ lp_gen_wrappers_SOURCES=genwrappers.cc \ lp_gen_wrappers_LDADD= \ $(LIBXML2_LIBS) -auto_answer_SOURCES=auto_answer.c -auto_answer_CFLAGS=$(COMMON_CFLAGS) -auto_answer_LDADD=\ +lp_autoanswer_SOURCES=auto_answer.c +lp_autoanswer_CFLAGS=$(COMMON_CFLAGS) +lp_autoanswer_LDADD=\ $(top_builddir)/coreapi/liblinphone.la \ $(MEDIASTREAMER_LIBS)