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

« back to all changes in this revision

Viewing changes to daemon/libs/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:
36
36
subdir = libs
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_expat.m4 \
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
 
40
        $(top_srcdir)/m4/ax_lib_expat.m4 \
40
41
        $(top_srcdir)/m4/ax_path_lib_pcre.m4 \
41
42
        $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
42
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
136
137
EXPAT_VERSION = @EXPAT_VERSION@
137
138
FGREP = @FGREP@
138
139
GREP = @GREP@
 
140
HAVE_CXX11 = @HAVE_CXX11@
139
141
INSTALL = @INSTALL@
140
142
INSTALL_DATA = @INSTALL_DATA@
141
143
INSTALL_PROGRAM = @INSTALL_PROGRAM@
194
196
SED = @SED@
195
197
SET_MAKE = @SET_MAKE@
196
198
SHELL = @SHELL@
 
199
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
200
SNDFILE_LIBS = @SNDFILE_LIBS@
197
201
STRIP = @STRIP@
198
202
UDEV_CFLAGS = @UDEV_CFLAGS@
199
203
UDEV_LIBS = @UDEV_LIBS@
265
269
top_builddir = @top_builddir@
266
270
top_srcdir = @top_srcdir@
267
271
@USE_IAX_TRUE@SUBDIRS = iax2
268
 
EXTRA_DIST = pjproject-2.0.1
 
272
EXTRA_DIST = pjproject-2.1.0
269
273
all: all-recursive
270
274
 
271
275
.SUFFIXES: