~ubuntu-branches/ubuntu/karmic/libtinymail/karmic

« back to all changes in this revision

Viewing changes to libtinymail-camel/camel-lite/camel/providers/imap/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-10-12 11:21:12 UTC
  • Revision ID: james.westby@ubuntu.com-20071012112112-fod9fs7yrooxjr7i
Tags: upstream-0.0.2
ImportĀ upstreamĀ versionĀ 0.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
camel_provider_LTLIBRARIES = libcamelimap.la
 
4
camel_provider_DATA = libcamelimap.urls
 
5
 
 
6
INCLUDES = -I.. \
 
7
        -I$(srcdir)/..                          \
 
8
        -I$(top_srcdir)/camel                   \
 
9
        -I$(top_srcdir)/intl                    \
 
10
        -I$(top_srcdir)/e-util                  \
 
11
        -I$(top_srcdir)                         \
 
12
        $(CAMEL_CFLAGS)                         \
 
13
        $(GNOME_INCLUDEDIR)                     \
 
14
        $(GTK_INCLUDEDIR)                       \
 
15
        -DTRANSDOM=\"$(GETTEXT_PACKAGE)\"       \
 
16
        -DG_LOG_DOMAIN=\"camel-imap-provider\"
 
17
 
 
18
libcamelimap_la_SOURCES =                       \
 
19
        camel-imap-command.c                    \
 
20
        camel-imap-folder.c                     \
 
21
        camel-imap-message-cache.c              \
 
22
        camel-imap-provider.c                   \
 
23
        camel-imap-search.c                     \
 
24
        camel-imap-store.c                      \
 
25
        camel-imap-store-summary.c              \
 
26
        camel-imap-summary.c                    \
 
27
        camel-imap-utils.c                      \
 
28
        camel-imap-wrapper.c
 
29
 
 
30
noinst_HEADERS =                        \
 
31
        camel-imap-command.h                    \
 
32
        camel-imap-folder.h                     \
 
33
        camel-imap-message-cache.h              \
 
34
        camel-imap-search.h                     \
 
35
        camel-imap-store.h                      \
 
36
        camel-imap-store-summary.h              \
 
37
        camel-imap-summary.h                    \
 
38
        camel-imap-types.h                      \
 
39
        camel-imap-utils.h                      \
 
40
        camel-imap-wrapper.h                    \
 
41
        camel-imap-private.h
 
42
 
 
43
libcamelimap_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
44
 
 
45
libcamelimap_la_LIBADD = \
 
46
        $(top_builddir)/camel/libcamel-lite-provider-1.2.la                     \
 
47
        $(top_builddir)/camel/libcamel-lite-1.2.la                              \
 
48
        $(CAMEL_LIBS)
 
49
 
 
50
EXTRA_DIST = libcamelimap.urls