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

« back to all changes in this revision

Viewing changes to daemon/doc/Makefile.in

  • 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:
36
36
subdir = doc
37
37
DIST_COMMON = README $(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@