~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to libedataserver/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AM_CPPFLAGS =                                                           \
 
1
lib_LTLIBRARIES = libedataserver-1.2.la
 
2
noinst_PROGRAMS = test-source-list
 
3
 
 
4
libedataserver_1_2_la_CPPFLAGS = \
 
5
        $(AM_CPPFLAGS)                                                  \
2
6
        -I$(top_srcdir)                                                 \
3
7
        -DG_LOG_DOMAIN=\"e-data-server\"                                \
4
8
        -DE_DATA_SERVER_PREFIX=\"$(prefix)\"                            \
5
9
        -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"                        \
6
10
        -DE_DATA_SERVER_EXTENSIONDIR=\"$(extensiondir)\"                \
7
11
        -DE_DATA_SERVER_IMAGESDIR=\"$(imagesdir)\"                      \
8
 
        -DE_DATA_SERVER_UI_GLADEDIR=\""$(gladedir)"\"                   \
 
12
        -DE_DATA_SERVER_UI_UIDIR=\""$(uidir)"\"                 \
9
13
        $(E_DATA_SERVER_CFLAGS)                                         \
10
14
        $(SOUP_CFLAGS)
11
15
 
12
 
lib_LTLIBRARIES = libedataserver-1.2.la
13
 
noinst_PROGRAMS = test-source-list
14
 
 
15
16
libedataserver_1_2_la_SOURCES =         \
16
17
        e-account-list.c                \
17
18
        e-account.c                     \
18
19
        e-categories.c                  \
19
 
        e-component-listener.c          \
20
20
        e-flag.c                        \
21
21
        e-iconv.c                       \
22
22
        e-iterator.c                    \
55
55
        e-account-list.h                \
56
56
        e-account.h                     \
57
57
        e-categories.h                  \
58
 
        e-component-listener.h          \
59
58
        e-flag.h                        \
60
59
        e-iconv.h                       \
61
60
        e-iterator.h                    \
78
77
        eds-version.h                   \
79
78
        md5-utils.h
80
79
 
 
80
test_source_list_CPPFLAGS = \
 
81
        $(AM_CPPFLAGS)                          \
 
82
        -I$(top_srcdir)                         \
 
83
        -DG_LOG_DOMAIN=\"e-data-server\"        \
 
84
        $(E_DATA_SERVER_CFLAGS)                 \
 
85
        $(SOUP_CFLAGS)
 
86
 
81
87
test_source_list_SOURCES = test-source-list.c
 
88
 
82
89
test_source_list_LDADD = libedataserver-1.2.la $(E_DATA_SERVER_LIBS)
83
90
 
84
91
%-$(API_VERSION).pc: %.pc
92
99
        eds-version.h.in
93
100
 
94
101
DISTCLEANFILES = eds-version.h $(pkgconfig_DATA)
 
102
 
 
103
-include $(top_srcdir)/git.mk