~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/iax2/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* 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:
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS \
39
39
        COPYING
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_expat.m4 \
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
 
42
        $(top_srcdir)/m4/ax_lib_expat.m4 \
42
43
        $(top_srcdir)/m4/ax_path_lib_pcre.m4 \
43
44
        $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
44
45
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117
118
EXPAT_VERSION = @EXPAT_VERSION@
118
119
FGREP = @FGREP@
119
120
GREP = @GREP@
 
121
HAVE_CXX11 = @HAVE_CXX11@
120
122
INSTALL = @INSTALL@
121
123
INSTALL_DATA = @INSTALL_DATA@
122
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
175
177
SED = @SED@
176
178
SET_MAKE = @SET_MAKE@
177
179
SHELL = @SHELL@
 
180
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
181
SNDFILE_LIBS = @SNDFILE_LIBS@
178
182
STRIP = @STRIP@
179
183
UDEV_CFLAGS = @UDEV_CFLAGS@
180
184
UDEV_LIBS = @UDEV_LIBS@