~ubuntu-branches/ubuntu/utopic/resiprocate/utopic

« back to all changes in this revision

Viewing changes to debian/patches/01-testUA-sipXtapi

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-03-25 21:34:22 UTC
  • mfrom: (18.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20140325213422-s8qr5lsrnjfkbm8i
* New upstream release
* Fix crash in librecon when UA is not using
  a UserProfile derived from ConversationProfile (Closes: #742638)
* Ensure consistent use of milliseconds in DTMF tone API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/resip/recon/test/Makefile.am
 
2
+++ b/resip/recon/test/Makefile.am
 
3
@@ -33,6 +33,8 @@ check_PROGRAMS = \
 
4
 testUA_SOURCES = testUA.cxx playback_prompt.h record_prompt.h
 
5
 sdpTests_SOURCES = sdpTests.cxx
 
6
 unitTests_SOURCES = unitTests.cxx
 
7
+testUA_LDADD = -lsipXport
 
8
+testUA_LDADD += $(LDADD)
 
9