~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to services/evolution-source-registry/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        -DLOCALEDIR=\"$(localedir)\" \
19
19
        $(E_DATA_SERVER_CFLAGS) \
20
20
        $(GNOME_KEYRING_CFLAGS) \
 
21
        $(FACTORY_GTK_CFLAGS) \
21
22
        $(CAMEL_CFLAGS) \
22
23
        $(SOUP_CFLAGS) \
23
24
        $(NULL)
34
35
        $(top_builddir)/camel/libcamel-1.2.la \
35
36
        $(E_DATA_SERVER_LIBS) \
36
37
        $(GNOME_KEYRING_LIBS) \
 
38
        $(FACTORY_GTK_LIBS) \
37
39
        $(CAMEL_LIBS) \
38
40
        $(SOUP_LIBS) \
39
41
        $(NULL)