aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/sendmail/Makefile.am
blob: 965f56afb8a9a36c976a02d262b508a4ddb7c398 (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
## Process this file with automake to produce Makefile.in

libcamelsendmailincludedir = $(includedir)/camel


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

provider_LTLIBRARIES = libcamelsendmail.la
provider_DATA = libcamelsendmail.urls

INCLUDES =                  \
    -I..                    \
    -I$(srcdir)/..              \
    -I$(srcdir)/../../..            \
    -I$(includedir)             \
    -I$(top_srcdir)/intl            \
    $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
        -DG_LOG_DOMAIN=\"camel-sendmail-provider\"

libcamelsendmail_la_SOURCES =           \
    camel-sendmail-provider.c       \
    camel-sendmail-transport.c

libcamelsendmailinclude_HEADERS =       \
    camel-sendmail-transport.h

libcamelsendmail_la_LDFLAGS = -version-info 0:0:0

EXTRA_DIST = libcamelsendmail.urls