~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/src/config/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_LTLIBRARIES = libconfig.la
2
2
 
3
3
libconfig_la_SOURCES = \
4
 
        config.cpp \
 
4
        sfl_config.cpp \
5
5
        yamlemitter.cpp \
6
6
        yamlparser.cpp \
7
7
        yamlnode.cpp
8
8
 
9
9
noinst_HEADERS = \
10
 
        config.h \
 
10
        sfl_config.h \
11
11
        serializable.h \
12
12
        yamlemitter.h \
13
13
        yamlparser.h \
14
14
        yamlnode.h
15
15
 
16
 
libconfig_la_LDFLAGS = @yaml_LIBS@
17
 
 
18
 
libconfig_la_CXXFLAGS = @yaml_CFLAGS@ -I $(top_srcdir)/src
 
16
libconfig_la_CXXFLAGS = -I $(top_srcdir)/src