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 | |
---|
1 | AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip |
---|
2 | |
---|
3 | EXTRA_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 | |
---|
9 | AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install" \ |
---|
10 | "SOFTHSM_LIB=$(SOFTHSM_LIB)" |
---|
11 | DISTCLEANFILES = config.nice |
---|
12 | MOSTLYCLEANFILES = $(DX_CLEANFILES) |
---|
13 | |
---|
14 | SUBDIRS = src test doc |
---|
15 | ACLOCAL_AMFLAGS = -I m4 |
---|
16 | |
---|
17 | @DX_RULES@ |
---|
Note: See
TracBrowser
for help on using the repository browser.