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

« back to all changes in this revision

Viewing changes to addressbook/backends/google/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 22:41:23 UTC
  • mfrom: (1.1.100)
  • Revision ID: package-import@ubuntu.com-20120703224123-90dydkyfyvff8s0s
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Drop libgconf2-dev from Build-Depends.
  - Bump versions for glib, goa, and libsoup in Build-Depends.
  - Add a Build-Depends on libgcr-3-dev (>= 3.4)
  - Rename packages following upstream SONAME changes.
  - Add Depends on libgnome-keyring-dev to libedataserver1.2-dev.
* debian/rules:
  - Update mkshlibs arguments for libcamel-1.2-38 instead of -33; as it was
    renamed in control due to the soname change.
  - Strip out -Bsymbolic-functions from LDFLAGS.
* Renamed install files in debian/:
  - libcamel-1.2-33.install => libcamel-1.2-38.install
  - libebackend-1.2-2.install => libebackend-1.2-4.install
  - libebook-1.2-13.install => libebook-1.2-17.install
  - libecal-1.2-11.install => libecal-1.2-15.install
  - libedata-book-1.2-13.install => libedata-book-1.2-15.install
  - libedata-cal-1.2-15.install => libedata-cal-1.2-18.install
  - libedataserver-1.2-16.install => libedataserver-1.2-17.install
  - libedataserverui-3.0-1.install => libedataserverui-3.0-4.install
* debian/patches/google_tests_fpic.patch: build tests with -fPIC; otherwise
  build fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
phone_numbers_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
phone_numbers_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