~modemmanager/modemmanager/oneiric-proposed

« back to all changes in this revision

Viewing changes to libqcdm/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-02-25 00:08:15 UTC
  • mfrom: (9.1.5 natty)
  • Revision ID: james.westby@ubuntu.com-20110225000815-pyu83ugcxxvdt37l
Tags: 0.4+git.20110124t203624.00b6cce-1
* Upload to unstable.
* Fixes GTest build failures. (Closes: #614448)
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* Bump Standards-Version to 3.9.1. No further changes.
* Bump Build-Depends on libdbus-glib-1-dev to (>= 0.86).

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
libqcdm_la_LIBADD = \
23
23
        $(MM_LIBS)
24
24
 
25
 
libqcdm_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libqcdm.ver \
26
 
        -version-info "0:0:0"
27
 
 
28
25
 
29
26
###########################################
30
27
# Test library without symbol versioning