~ubuntu-branches/ubuntu/trusty/libesmtp/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2002-03-06 08:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020306083748-ihmt32mddsslvg5i
Tags: upstream-0.8.11
ImportĀ upstreamĀ versionĀ 0.8.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
AUTOMAKE_OPTIONS = gnu dist-bzip2
 
3
 
 
4
INCLUDES = -I$(srcdir) $(VERSION_FLAGS)
 
5
SUBDIRS = @subdirs@ @SASL_PLUGINS@
 
6
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
 
7
 
 
8
lib_LTLIBRARIES = libesmtp.la
 
9
 
 
10
libesmtp_la_SOURCES = auth-client.c base64.c concatenate.c errors.c \
 
11
                      headers.c htable.c message-source.c protocol.c \
 
12
                      rfc2822date.c siobuf.c smtp-api.c smtp-auth.c \
 
13
                      smtp-tls.c smtp-etrn.c tokens.c \
 
14
                      api.h base64.h message-callbacks.c \
 
15
                      concatenate.h headers.h htable.h \
 
16
                      libesmtp-private.h message-source.h protocol-states.h \
 
17
                      protocol.h rfc2822date.h siobuf.h tokens.h \
 
18
                      getaddrinfo.h gethostbyname.h missing.h
 
19
libesmtp_la_LIBADD = @LTLIBOBJS@
 
20
 
 
21
libesmtp_la_LDFLAGS = -export-dynamic \
 
22
                      -version-info $(LIBESMTP_VERSION)
 
23
 
 
24
include_HEADERS = libesmtp.h auth-client.h auth-plugin.h 
 
25
 
 
26
bin_SCRIPTS = libesmtp-config
 
27
 
 
28
EXTRA_DIST = libesmtp.spec libesmtp.spec.in COPYING.GPL Notes doc/api.xml \
 
29
             examples/Makefile examples/mail-file.c examples/test-mail