~ubuntu-branches/ubuntu/saucy/opendkim/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-12-26 13:56:20 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20111226135620-xqxpj5abo3ubry88
Tags: 2.4.3+dfsg-0ubuntu1
* New upstream release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated docs/Makefile.in/am, and README to remove references removed
    non-free documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
LIBDK_INCDIRS = @LIBDK_INCDIRS@
200
200
LIBDK_LIBDIRS = @LIBDK_LIBDIRS@
201
201
LIBDK_LIBS = @LIBDK_LIBS@
 
202
LIBLDNS_LIBDIRS = @LIBLDNS_LIBDIRS@
 
203
LIBLDNS_LIBS = @LIBLDNS_LIBS@
202
204
LIBLUA_CFLAGS = @LIBLUA_CFLAGS@
203
205
LIBLUA_INCDIRS = @LIBLUA_INCDIRS@
204
206
LIBLUA_LIBDIRS = @LIBLUA_LIBDIRS@
362
364
# non-experimental features and substitute it here e.g  @SUPPORTED_FEATURES@.
363
365
# Perhaps all features would enable a more comprehensive test coverage map
364
366
# though.
365
 
DISTCHECK_CONFIGURE_FLAGS = --enable-arlib --enable-vbr --with-lua --enable-stats --with-odbx --with-db --with-openssl=/usr/local --enable-atps --enable-xtags
 
367
DISTCHECK_CONFIGURE_FLAGS = --enable-arlib --enable-vbr --with-lua --enable-stats --with-odbx --with-db --with-openssl=/usr/local --enable-atps --enable-xtags --enable-replace_rules
366
368
all: build-config.h
367
369
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
368
370