~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/src/config/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
noinst_LTLIBRARIES = libconfig.la
4
4
 
5
5
libconfig_la_SOURCES = \
6
 
        config.cpp config.h
 
6
        config.cpp \
 
7
        yamlengine.cpp \
 
8
        yamlemitter.cpp \
 
9
        yamlparser.cpp \
 
10
        yamlnode.cpp
 
11
 
 
12
noinst_HEADERS = \
 
13
        config.h \
 
14
        engine.h \
 
15
        serializable.h \
 
16
        yamlengine.h \
 
17
        yamlemitter.h \
 
18
        yamlparser.h \
 
19
        yamlnode.h
 
20
 
 
21
libconfig_la_LDFLAGS = @yaml_LIBS@
 
22
 
 
23
libconfig_la_CFLAGS = @yaml_CFLAGS@
 
 
b'\\ No newline at end of file'