~ubuntu-branches/ubuntu/karmic/empathy/karmic-updates

« back to all changes in this revision

Viewing changes to extensions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-08-28 19:48:30 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828194830-qzm48cy8q3z3pyx2
Tags: 2.27.91.1-2ubuntu1
* Merge from debian experimental, remaining changes (LP: #419811):
  - Add Suggests on telepathy-idle
  - Bump telepathy-haze to recommends
  - Drop geoloc support, dependencies not in main
  - add build-dep libx11-dev (old missing one), libgstfarsight0.10-dev,
    libdbus-glib-1-dev and libnm-glib-dev
  - add Vcs-Bzr tag
* debian/control: Set the maintainer to the core team

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
CFLAGS = @CFLAGS@
92
92
CHECK_CFLAGS = @CHECK_CFLAGS@
93
93
CHECK_LIBS = @CHECK_LIBS@
 
94
CONNMAN_CFLAGS = @CONNMAN_CFLAGS@
 
95
CONNMAN_LIBS = @CONNMAN_LIBS@
94
96
CPP = @CPP@
95
97
CPPFLAGS = @CPPFLAGS@
96
98
CXX = @CXX@
303
305
    generic-types.xml \
304
306
    misc.xml \
305
307
    Channel_Handler.xml \
306
 
    Connection_Interface_Location.xml \
307
308
    Tube_Handler.xml \
308
309
    Debug.xml
309
310