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

« back to all changes in this revision

Viewing changes to libtinymail-camel/camel-lite/camel/providers/pop3/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 = libcamelpop3.la
 
4
camel_provider_DATA = libcamelpop3.urls
 
5
 
 
6
INCLUDES =                                      \
 
7
        -I$(top_srcdir)                         \
 
8
        -I$(top_srcdir)/intl                    \
 
9
        -I$(top_srcdir)/camel                   \
 
10
        $(CAMEL_CFLAGS)                         \
 
11
        -DG_LOG_DOMAIN=\"camel-pop3-provider\"
 
12
 
 
13
libcamelpop3_la_SOURCES =                       \
 
14
        camel-pop3-engine.c                     \
 
15
        camel-pop3-folder.c                     \
 
16
        camel-pop3-provider.c                   \
 
17
        camel-pop3-stream.c                     \
 
18
        camel-pop3-store.c                      \
 
19
        camel-pop3-logbook.c
 
20
 
 
21
noinst_HEADERS =                                \
 
22
        camel-pop3-engine.h                     \
 
23
        camel-pop3-folder.h                     \
 
24
        camel-pop3-stream.h                     \
 
25
        camel-pop3-store.h                      \
 
26
        camel-pop3-logbook.h
 
27
 
 
28
libcamelpop3_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
29
 
 
30
libcamelpop3_la_LIBADD = \
 
31
        $(top_builddir)/camel/libcamel-lite-provider-1.2.la \
 
32
        $(top_builddir)/camel/libcamel-lite-1.2.la \
 
33
        $(CAMEL_LIBS)
 
34
 
 
35
EXTRA_DIST = libcamelpop3.urls