source: mod_gnutls/Makefile.am @ e1c094c

asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change on this file since e1c094c was 0bda20f, checked in by Thomas Klute <thomas2.klute@…>, 7 years ago

Make "make distcheck" work

This requires strict DIST/DISTCLEAN lists and working VPATH
installation. Note that most users will not want to use a VPATH build
because it defeats the expectation of having mod_gnutls installed into
the same directory as other Apache modules.

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