~ubuntu-branches/ubuntu/precise/libzeitgeist/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-08-02 18:22:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100802182232-47ohrpyfxep802pr
Tags: 0.2.3-0ubuntu1
* New upstream release.
  - New API to talk to the Data Source Registry extension of Zeitgeist
    (Michal Hruby)
  - A new "connected" property on ZeitgeistLog telling you whether or
    not the Zeitgeist daemon is running (Michal Hruby)
  - Fix a crasher when finalizing a ZeitgeistLog with active monitors
    installed (Michal Hruby)

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
LN_S = @LN_S@
188
188
LTLIBOBJS = @LTLIBOBJS@
189
189
MAINT = @MAINT@
 
190
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
190
191
MAKEINFO = @MAKEINFO@
191
192
MKDIR_P = @MKDIR_P@
192
193
NM = @NM@
204
205
PACKAGE_VERSION = @PACKAGE_VERSION@
205
206
PATH_SEPARATOR = @PATH_SEPARATOR@
206
207
PKG_CONFIG = @PKG_CONFIG@
 
208
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
209
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
207
210
RANLIB = @RANLIB@
208
211
SED = @SED@
209
212
SET_MAKE = @SET_MAKE@