source: mod_gnutls/Makefile.am @ 732cdb11

asynciomainproxy-ticket
Last change on this file since 732cdb11 was aa83125, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Fix passing SOFTHSM_LIB to "make distcheck"

The single quotes were interpreted as part of the path, leading to
test 24 getting skipped.

  • Property mode set to 100644
File size: 400 bytes
Line 
1AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
2
3EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \
4                m4/apache_test.m4  \
5                include/mod_gnutls.h.in \
6                README CHANGELOG \
7                NOTICE LICENSE
8
9AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install" \
10        "SOFTHSM_LIB=$(SOFTHSM_LIB)"
11DISTCLEANFILES = config.nice
12MOSTLYCLEANFILES = $(DX_CLEANFILES)
13
14SUBDIRS = src test doc
15ACLOCAL_AMFLAGS = -I m4
16
17@DX_RULES@
Note: See TracBrowser for help on using the repository browser.