mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Fix tools for windows
This commit is contained in:
parent
c36c9b9e96
commit
30e8bf54b8
1 changed files with 13 additions and 4 deletions
|
|
@ -15,16 +15,25 @@ if BUILD_TOOLS
|
|||
|
||||
lib_LTLIBRARIES=libxml2lpc.la
|
||||
|
||||
libxml2lpc_la_SOURCES=xml2lpc.c xml2lpc.h
|
||||
libxml2lpc_la_SOURCES=\
|
||||
xml2lpc.c \
|
||||
xml2lpc.h
|
||||
|
||||
libxml2lpc_la_CFLAGS=$(COMMON_CFLAGS)
|
||||
libxml2lpc_la_LIBADD=\
|
||||
$(LIBXML2_LIBS)
|
||||
$(LIBXML2_LIBS) \
|
||||
$(top_builddir)/coreapi/liblinphone.la
|
||||
|
||||
libxml2lpc_la_LDFLAGS=-no-undefined
|
||||
|
||||
bin_PROGRAMS=xml2lpc_test
|
||||
|
||||
xml2lpc_test_SOURCES=xml2lpc_test.c
|
||||
xml2lpc_test_SOURCES=\
|
||||
xml2lpc_test.c
|
||||
|
||||
xml2lpc_test_CFLAGS=$(COMMON_CFLAGS)
|
||||
xml2lpc_test_LDADD=$(top_builddir)/coreapi/liblinphone.la libxml2lpc.la
|
||||
xml2lpc_test_LDADD=\
|
||||
libxml2lpc.la
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue