source: mediastreamer2/linphone/mediastreamer2/tests/Makefile.am @ 348:de142d5079b0

Last change on this file since 348:de142d5079b0 was 348:de142d5079b0, checked in by aymeric <aymeric@…>, 4 years ago

new tests file for benchmark

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@351 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File size: 722 bytes
Line 
1noinst_PROGRAMS=echo ring mtudiscover bench
2
3if BUILD_VIDEO
4noinst_PROGRAMS+=videodisplay
5endif
6
7echo_SOURCES=echo.c
8ring_SOURCES=ring.c
9videodisplay_SOURCES=videodisplay.c
10mtudiscover_SOURCES=mtudiscover.c
11becnh_SOURCES=bench.c
12
13libexec_PROGRAMS=mediastream
14
15mediastream_SOURCES=mediastream.c
16
17#libquickstream.la would be enough, but to workaround a bug of libtool when
18#cross compiling we need to add all the dependencies.
19LDADD=  $(top_builddir)/src/libmediastreamer.la \
20        $(ORTP_LIBS) \
21        $(ALSA_LIBS) \
22        $(ARTS_LIBS) \
23        $(SPEEX_LIBS) \
24        $(GSM_LIBS) \
25        $(THEORA_LIBS) \
26        $(VIDEO_LIBS)
27
28
29
30INCLUDES=-I$(top_srcdir)/include/
31
32AM_CFLAGS=-I$(top_srcdir) $(ORTP_CFLAGS) $(STRICT_OPTIONS) $(VIDEO_CFLAGS)
33AM_LDFLAGS=-rdynamic
Note: See TracBrowser for help on using the repository browser.