Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
1cf68854
Commit
1cf68854
authored
Apr 06, 2017
by
François Grisez
Browse files
Disable the compilation of lp-gen-wrapper with autotools
parent
bcc13058
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Makefile.am
View file @
1cf68854
...
...
@@ -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
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment