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 | |
---|
1 | AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip |
---|
2 | |
---|
3 | EXTRA_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 | |
---|
10 | AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install" |
---|
11 | DISTCLEANFILES = config.nice |
---|
12 | |
---|
13 | SUBDIRS = src test doc |
---|
14 | ACLOCAL_AMFLAGS = -I m4 |
---|
Note: See
TracBrowser
for help on using the repository browser.