~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to oRTP/src/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-03-18 07:29:23 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090318072923-tcioxk5hqw2h3h0p
Tags: 3.0.0-3
Fix "spurious gnome-applets" Removed Build-Depends: (Closes: #520133)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS=win_receiver win_sender
2
2
 
3
 
noinst_PROGRAMS= rtpsend rtprecv mrtpsend mrtprecv test_timer rtpmemtest tevrtpsend tevrtprecv tevmrtprecv
 
3
noinst_PROGRAMS= rtpsend rtprecv mrtpsend mrtprecv test_timer rtpmemtest tevrtpsend tevrtprecv tevmrtprecv rtpsend_stupid
4
4
 
5
5
rtpsend_SOURCES= rtpsend.c
6
6
 
20
20
 
21
21
tevmrtprecv_SOURCES= tevmrtprecv.c
22
22
 
 
23
rtpsend_stupid_SOURCES=rtpsend_stupid.c
 
24
 
23
25
AM_CFLAGS=  -D_ORTP_SOURCE $(PTHREAD_CFLAGS) 
24
26
AM_LDFLAGS= $(PTHREAD_LDFLAGS)
25
27
LDADD=$(top_builddir)/src/libortp.la  $(SRTP_LIBS)