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

« back to all changes in this revision

Viewing changes to .pc/google_tests_fpic.patch/addressbook/backends/google/tests/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:
1
 
CPPFLAGS = \
2
 
        $(AM_CPPFLAGS) \
3
 
        -I$(top_srcdir) \
4
 
        -I$(top_builddir) \
5
 
        -I$(top_srcdir)/addressbook \
6
 
        -I$(top_builddir)/addressbook \
7
 
        -I$(top_srcdir)/addressbook/backends/google \
8
 
        -DG_LOG_DOMAIN=\"evolution-tests\" \
9
 
        $(NULL)
10
 
CFLAGS = \
11
 
        $(AM_CFLAGS) \
12
 
        $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
13
 
        $(GDATA_CFLAGS) \
14
 
        $(CAMEL_CFLAGS) \
15
 
        $(NULL)
16
 
LDADD = \
17
 
        $(AM_LDADD) \
18
 
        $(top_builddir)/addressbook/backends/google/libebook-google-utils.la \
19
 
        $(EVOLUTION_ADDRESSBOOK_LIBS) \
20
 
        $(GDATA_LIBS) \
21
 
        $(NULL)
22
 
 
23
 
noinst_PROGRAMS = \
24
 
        phone-numbers \
25
 
        $(NULL)
26
 
TESTS = $(noinst_PROGRAMS)
27
 
 
28
 
phone_numbers_SOURCES = phone-numbers.c
29
 
 
30
 
-include $(top_srcdir)/git.mk