mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
fix make distcheck
This commit is contained in:
parent
0b6d1df9c9
commit
ca448eca01
3 changed files with 3 additions and 2 deletions
|
|
@ -33,6 +33,5 @@ coreapi/presence.c
|
|||
coreapi/friend.c
|
||||
coreapi/proxy.c
|
||||
coreapi/callbacks.c
|
||||
coreapi/sal_eXosip2.c
|
||||
coreapi/linphonecall.c
|
||||
|
||||
|
|
|
|||
|
|
@ -50,3 +50,5 @@ EXTRA_DIST = $(LINPHONE_SOUNDS) \
|
|||
Makefile.inc \
|
||||
archived-rootca.pem
|
||||
|
||||
CLEANFILES=rootca.pem
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if BUILD_CUNIT_TESTS
|
|||
noinst_PROGRAMS=liblinphone_tester
|
||||
TESTS=$(noinst_PROGRAMS)
|
||||
|
||||
liblinphone_tester_SOURCES= liblinphone_tester.c \
|
||||
liblinphone_tester_SOURCES= liblinphone_tester.c liblinphone_tester.h\
|
||||
setup_tester.c \
|
||||
register_tester.c \
|
||||
message_tester.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue