~ubuntu-branches/ubuntu/maverick/opendkim/maverick

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-11 04:01:22 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811040122-ai6d30m3j43nwh1y
Tags: 2.1.3+dfsg-0ubuntu1
* New upstream release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated Makefile.in/am to not try to install no longer exisitng files
  - Rename libopendkim1 to libopendkim2 to match upstream soname bump
  - Bump libopendkim-dev build-depends to libopendkim2
  - Update debian/rules
  - Rename libopendkim1.docs and .install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am,v 1.34.2.7 2010/04/07 19:27:29 cm-msk Exp $
 
1
# $Id: Makefile.am,v 1.51.2.1 2010/07/05 03:06:51 cm-msk Exp $
2
2
 
3
3
AUTOMAKE_OPTIONS = foreign
4
4
ACLOCAL_AMFLAGS = -I m4
14
14
if LUA
15
15
SUBDIRS += miltertest opendkim/tests
16
16
endif
 
17
if STATS
 
18
SUBDIRS += stats
 
19
endif
17
20
dist_doc_DATA = FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail \
18
21
        RELEASE_NOTES.Sendmail \
19
22
        contrib/README \
20
23
        contrib/convert_keylist.sh \
21
24
        contrib/opendkim.init \
22
25
        contrib/opendkim.spec \
 
26
        contrib/authheaders-check-setup-hook.lua \
23
27
        libopendkim/docs/dkim.html \
24
28
        libopendkim/docs/dkim_alg_t.html \
25
29
        libopendkim/docs/dkim_body.html \
32
36
        libopendkim/docs/dkim_eom.html \
33
37
        libopendkim/docs/dkim_flush_cache.html \
34
38
        libopendkim/docs/dkim_free.html \
 
39
        libopendkim/docs/dkim_get_sigsubstring.html \
35
40
        libopendkim/docs/dkim_get_user_context.html \
36
41
        libopendkim/docs/dkim_getcachestats.html \
37
42
        libopendkim/docs/dkim_getdomain.html \
88
93
        libopendkim/docs/dkim_sig_getselector.html \
89
94
        libopendkim/docs/dkim_sig_getsignalg.html \
90
95
        libopendkim/docs/dkim_sig_getsigntime.html \
 
96
        libopendkim/docs/dkim_sig_gettagvalue.html \
91
97
        libopendkim/docs/dkim_sig_hdrsigned.html \
92
98
        libopendkim/docs/dkim_sig_ignore.html \
93
99
        libopendkim/docs/dkim_sig_process.html \
117
123
        opendkim/screen.lua.sample \
118
124
        opendkim/final.lua.sample
119
125
endif
 
126
if STATS
 
127
dist_doc_DATA += stats/mkdb.mysql
 
128
endif
 
129
 
 
130
DISTCLEANFILES = opendkim-@VERSION@.tar.gz
120
131
 
121
132
# TODO: get configure.ac to generate --enable-{feature} for all
122
133
# non-experimental features and substitute it here e.g  @SUPPORTED_FEATURES@.
123
134
# Perhaps all features would enable a more comprehensive test coverage map
124
135
# though.
125
 
DISTCHECK_CONFIGURE_FLAGS=--enable-arlib --enable-vbr
 
136
DISTCHECK_CONFIGURE_FLAGS=--enable-arlib --enable-vbr --with-lua
126
137
 
127
138
dist-hook:
128
139
        [ -f $(distdir)/libopendkim/dkim.h ] && rm -f $(distdir)/libopendkim/dkim.h