5f23d2ee9c5782b9fe81d7e76a4299b818be7f60
[platform/upstream/evolution-data-server.git] / camel / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = providers
4
5 libcamelincludedir = $(includedir)/camel
6
7
8 lib_LTLIBRARIES = libcamel.la
9
10 INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir)  \
11         -I$(top_srcdir)/intl                    \
12         $(GTK_INCLUDEDIR)
13
14 libcamel_la_SOURCES =                           \
15         camel.c                                 \
16         camel-log.c                             \
17         camel-data-wrapper.c                    \
18         camel-simple-data-wrapper.c             \
19         camel-folder.c                          \
20         camel-mime-body-part.c                  \
21         camel-mime-message.c                    \
22         camel-mime-part.c                       \
23         camel-multipart.c                       \
24         camel-provider.c                        \
25         camel-service.c                         \
26         camel-session.c                         \
27         camel-store.c                           \
28         camel-stream.c                          \
29         camel-stream-fs.c                       \
30         camel-stream-mem.c                      \
31         data-wrapper-repository.c               \
32         gmime-content-field.c                   \
33         gmime-utils.c                           \
34         gstring-util.c                          \
35         hash-table-utils.c                      \
36         string-utils.c                          \
37         url-util.c
38
39 libcamelinclude_HEADERS =                       \
40         camel.h                                 \
41         camel-log.h                             \
42         camel-data-wrapper.h                    \
43         camel-simple-data-wrapper.h             \
44         camel-folder.h                          \
45         camel-mime-body-part.h                  \
46         camel-mime-message.h                    \
47         camel-mime-part.h                       \
48         camel-multipart.h                       \
49         camel-provider.h                        \
50         camel-service.h                         \
51         camel-session.h                         \
52         camel-store.h                           \
53         camel-stream.h                          \
54         camel-stream-fs.h                       \
55         camel-stream-mem.h                      \
56         data-wrapper-repository.h               \
57         gmime-content-field.h                   \
58         gmime-utils.h                           \
59         gstring-util.h                          \
60         hash-table-utils.h                      \
61         string-utils.h                          \
62         url-util.h
63
64
65 libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
66
67
68 EXTRA_DIST = README