fix automake build

This commit is contained in:
Simon Morlat 2016-03-01 17:01:14 +01:00
parent 5587e26246
commit 1811b9d01a
2 changed files with 3 additions and 8 deletions

@ -1 +1 @@
Subproject commit 9cc3fb331a1ede4990f928037c6d8244c07c19e0
Subproject commit b0fa19899afe3a30ab85f74cc6711207934cd57d

View file

@ -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)