source: mod_gnutls/Makefile.am @ be2ad50

asynciomain
Last change on this file since be2ad50 was 1a6eeae, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Allow overriding the default HTTPD mutex via configure

The custom config file in the CI test environment can't be passed to
the distcheck environment, which broke builds with the previous
commit. This should be a clean solution.

  • Property mode set to 100644
File size: 480 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        "TEST_IP=$(TEST_IP)" "TEST_HOST=$(TEST_HOST)" \
11        "APACHE_MUTEX=$(APACHE_MUTEX)" "SOFTHSM_LIB=$(SOFTHSM_LIB)"
12DISTCLEANFILES = config.nice
13MOSTLYCLEANFILES = $(DX_CLEANFILES)
14
15SUBDIRS = src test doc
16ACLOCAL_AMFLAGS = -I m4
17
18@DX_RULES@
Note: See TracBrowser for help on using the repository browser.