~ubuntu-branches/ubuntu/wily/modemmanager/wily

« back to all changes in this revision

Viewing changes to libmm-glib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-12-20 15:35:26 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131220153526-j3xu9gp51ltzlizc
Tags: 1.0.0-1
* New upstream release. (Closes: #728214, #728215)
* debian/control: add a versioned dependency for libqmi -- we need at least
  version 1.4.
* debian/control: build-depends on libmbim-glib-dev 1.4
* debian/rules: run the local autogen.sh rather than gnome-autogen.sh.
* debian/rules: drop --with-tests. 
* debian/rules: clean up after gtk-doc files left around.
* debian/patches/glib_fixes.patch: link against glib explicitly for the
  huawei modem helper tests.
* debian/libmm-glib0.symbols: updated symbols.
* debian/watch: update watch file for new location of upstream source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        libmm-glib.h \
7
7
        mm-helpers.h \
8
8
        mm-helper-types.h \
 
9
        mm-helper-types.c \
9
10
        mm-manager.h \
10
11
        mm-manager.c \
11
12
        mm-object.h \
75
76
        ${top_builddir}/libmm-glib/generated/libmm-generated.la \
76
77
        $(LIBMM_GLIB_LIBS)
77
78
 
 
79
libmm_glib_la_LDFLAGS = \
 
80
        -version-info $(MM_GLIB_LT_CURRENT):$(MM_GLIB_LT_REVISION):$(MM_GLIB_LT_AGE)
 
81
 
78
82
includedir = @includedir@/libmm-glib
79
83
include_HEADERS = \
80
84
        libmm-glib.h \