~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/test/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
test_SOURCES = constants.h \
13
13
                           test_utils.h \
14
14
                           main.cpp \
15
 
                           validator.h \
16
 
                           validator.cpp \
17
15
                           accounttest.h \
18
16
                           accounttest.cpp \
19
17
                           audiolayertest.h \
28
26
                           siptest.cpp \
29
27
                           sdptest.h \
30
28
                           sdptest.cpp \
31
 
                           gaincontroltest.h \
32
 
                           gaincontroltest.cpp \
33
29
                           mainbuffertest.h \
34
30
                           mainbuffertest.cpp \
35
31
                           resamplertest.h \
36
32
                           resamplertest.cpp \
37
33
                           hooktest.h \
38
 
                           hooktest.cpp
 
34
                           hooktest.cpp \
 
35
                           audiobuffertest.h \
 
36
                           audiobuffertest.cpp
39
37
 
40
38
if BUILD_SDES
41
39
test_SOURCES+=sdesnegotiatortest.h \