~ubuntu-branches/ubuntu/maverick/libzeitgeist/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-24 23:58:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100824235811-3i8q34awgdd456t5
Tags: 0.2.8-0ubuntu1
* New upstream version with gio integration
* debian/control,
  debian/libzeigeist-gio.install:
  - install the new gio code there
* debian/rules:
  - correct target naming

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* build with extra debug information */
4
4
#undef ENABLE_DEBUG
5
5
 
 
6
/* build GIO extension point module */
 
7
#undef ENABLE_GIOMODULE
 
8
 
6
9
/* Define to 1 if you have the <dlfcn.h> header file. */
7
10
#undef HAVE_DLFCN_H
8
11