asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change
on this file since 0bda20f 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:
429 bytes
|
Line | |
---|
1 | # installation directory for Apache modules |
---|
2 | if ENABLE_VPATH_INSTALL |
---|
3 | apmodpkglibdir = $(subst ${AP_EXEC_PREFIX},${prefix},${AP_LIBEXECDIR}) |
---|
4 | else |
---|
5 | apmodpkglibdir = ${AP_LIBEXECDIR} |
---|
6 | endif |
---|
7 | |
---|
8 | mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c gnutls_config.c gnutls_hooks.c |
---|
9 | mod_gnutls_la_CFLAGS = -Wall ${MODULE_CFLAGS} |
---|
10 | mod_gnutls_la_LDFLAGS = -module -avoid-version ${MODULE_LIBS} |
---|
11 | |
---|
12 | apmodpkglib_LTLIBRARIES = mod_gnutls.la |
---|
Note: See
TracBrowser
for help on using the repository browser.