mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix automake build
This commit is contained in:
parent
5587e26246
commit
1811b9d01a
2 changed files with 3 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 9cc3fb331a1ede4990f928037c6d8244c07c19e0
|
||||
Subproject commit b0fa19899afe3a30ab85f74cc6711207934cd57d
|
||||
|
|
@ -72,16 +72,13 @@ RCFILES = \
|
|||
|
||||
IMAGE_FILES = images/nowebcamCIF.jpg
|
||||
|
||||
COMMON_FILE = common/bc_completion
|
||||
|
||||
EXTRA_DIST = tester_hosts\
|
||||
messages.db\
|
||||
$(TESTER_SOUNDS)\
|
||||
$(SIPP_FILES)\
|
||||
$(CERTIFICATE_FILES)\
|
||||
$(RCFILES)\
|
||||
$(IMAGE_FILES)\
|
||||
$(COMMON_FILE)
|
||||
$(IMAGE_FILES)
|
||||
|
||||
|
||||
|
||||
|
|
@ -134,11 +131,9 @@ liblinphonetester_la_SOURCES = \
|
|||
tunnel_tester.c \
|
||||
tester.c \
|
||||
upnp_tester.c \
|
||||
video_tester.c \
|
||||
common/bc_tester_utils.c
|
||||
video_tester.c
|
||||
|
||||
liblinphonetester_ladir = $(includedir)/linphone
|
||||
liblinphonetester_la_HEADERS = common/bc_tester_utils.h
|
||||
|
||||
liblinphonetester_la_LDFLAGS= -no-undefined
|
||||
liblinphonetester_la_LIBADD= ../coreapi/liblinphone.la $(CUNIT_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue