~ubuntu-branches/ubuntu/oneiric/ntrack/oneiric

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2010-07-28 01:01:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100728010110-z5u5iy775kejjlck
Tags: 008-1
* New upstream release for ntrack-008
 + qt4: add include guards to QNtrack.h (Closes: #589341)
 + qt4: don't define func parameter names for QNtrackListener slots to
   to avoid warnings of unused variables; thx to Sune Vuorela for the bug
   and guidance
* upload with medium urgency to RC bug in testing fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
PACKAGE_VERSION = @PACKAGE_VERSION@
215
215
PATH_SEPARATOR = @PATH_SEPARATOR@
216
216
PKG_CONFIG = @PKG_CONFIG@
 
217
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
218
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
217
219
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
218
220
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
219
221
PYTHON = @PYTHON@