source: mod_gnutls/Makefile.am @ b6ce8ad

main mod_gnutls/0.12.0
Last change on this file since b6ce8ad 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
RevLine 
[0bda20f]1AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
[283d885]2
[6af4f74]3EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \
[485d28e]4                m4/apache_test.m4  \
[6af4f74]5                include/mod_gnutls.h.in \
[e24eed68]6                README CHANGELOG \
7                NOTICE LICENSE
[9706fc2]8
[5c56e5b]9AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install" \
[2794787]10        "TEST_IP=$(TEST_IP)" "TEST_HOST=$(TEST_HOST)" \
[1a6eeae]11        "APACHE_MUTEX=$(APACHE_MUTEX)" "SOFTHSM_LIB=$(SOFTHSM_LIB)"
[0bda20f]12DISTCLEANFILES = config.nice
[9a18e30]13MOSTLYCLEANFILES = $(DX_CLEANFILES)
[0bda20f]14
[6e1d45d]15SUBDIRS = src test doc
[3dbff0d]16ACLOCAL_AMFLAGS = -I m4
[9a18e30]17
18@DX_RULES@
Note: See TracBrowser for help on using the repository browser.