aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/Makefile.am
blob: 45e1d77f8c98ca082ad7d60f6428ef5e83cbe891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## Process this file with automake to produce Makefile.in

libcamelsmtpincludedir = $(includedir)/camel

providerdir = $(pkglibdir)/camel-providers/$(VERSION)

provider_LTLIBRARIES = libcamelsmtp.la
provider_DATA = libcamelsmtp.urls

INCLUDES =                  \
    -I..                    \
    -I$(srcdir)/..              \
    -I$(srcdir)/../../..            \
    -I$(includedir)             \
    -I$(top_srcdir)/intl            \
    -I$(top_srcdir)/camel           \
    -I$(top_srcdir)/e-util          \
    $(GNOME_INCLUDEDIR)         \
    $(GTK_INCLUDEDIR)           \
    $(NSPR_CFLAGS)              \
    $(NSS_CFLAGS)               \
        -DG_LOG_DOMAIN=\"camel-smtp-provider\"

libcamelsmtp_la_SOURCES =           \
    camel-smtp-provider.c           \
    camel-smtp-transport.c

libcamelsmtpinclude_HEADERS =           \
    camel-smtp-transport.h


libcamelsmtp_la_LDFLAGS = -version-info 0:0:0

libcamelsmtp_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(UNICODE_LIBS)

EXTRA_DIST = libcamelsmtp.urls
.10-removal&id=926a333b2d208075663b076596d77c7c7f81124f'>Update to version 1.05.demon2004-08-082-3/+3 * Update to version 1.03.demon2004-04-192-3/+3 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-1/+1 * Update to version 1.00.demon2004-01-192-2/+2 * utilize SITE_PERLijliao2003-10-241-5/+5 * Take maintainership.demon2003-10-021-1/+1 * Update to version 0.98.demon2003-10-022-2/+2 * Update to version 0.95.demon2003-06-082-2/+2 * Clear moonlight beckons.ade2003-03-072-1/+1 * Update to 0.94.petef2003-01-062-2/+2 * Update to 0.92.petef2002-03-032-2/+2 * Update to 0.91petef2002-02-042-2/+2 * Update to 0.90petef2001-11-212-2/+2 * - update to 0.89petef2001-10-033-9/+10 * Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-1/+1 * Update to 0.88dwcjr2001-07-073-3/+6 * Update to latest versiondwcjr2001-06-082-5/+2 * portlintmharo2001-05-031-1/+1 * - Install documentation (unless NOPORTDOCS is set, of course)mharo2001-05-034-10/+20 * Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0