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

« back to all changes in this revision

Viewing changes to python/pyempathy/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:
103
103
CFLAGS = @CFLAGS@
104
104
CHECK_CFLAGS = @CHECK_CFLAGS@
105
105
CHECK_LIBS = @CHECK_LIBS@
 
106
CONNMAN_CFLAGS = @CONNMAN_CFLAGS@
 
107
CONNMAN_LIBS = @CONNMAN_LIBS@
106
108
CPP = @CPP@
107
109
CPPFLAGS = @CPPFLAGS@
108
110
CXX = @CXX@