~mhr3/libzeitgeist/fix-reconnect

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-02-09 12:19:51 UTC
  • mfrom: (190.1.1 libzeitgeist-gnome3)
  • Revision ID: mikkel.kamstrup@gmail.com-20110209121951-x3ab4xm5y3hfyk7k
Merge Michal's branch, lp:~mhr3/libzeitgeist/various-fixes, removing the giomodule. The same functionality has been implemented in lp:zeitgeist-datahub trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  examples \
6
6
  tests
7
7
 
8
 
if ENABLE_GIOMODULE
9
 
SUBDIRS += module
10
 
endif
11
 
 
12
8
pkgconfigdir = $(libdir)/pkgconfig
13
9
pkgconfig_DATA = zeitgeist-1.0.pc
14
10