mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Disable the compilation of lp-gen-wrapper with autotools
This commit is contained in:
parent
bcc1305863
commit
1cf6885446
1 changed files with 1 additions and 8 deletions
|
|
@ -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=\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue