asynciodebian/masterproxy-ticket
Last change
on this file since 68b5156 was
68b5156,
checked in by Fiona Klute <fiona.klute@…>, 4 years ago
|
Move proxy-only functions from gnutls_hooks.c to a dedicated file
|
-
Property mode set to
100644
|
File size:
634 bytes
|
Rev | Line | |
---|
[eb34ac4] | 1 | # installation directory for Apache modules |
---|
[0bda20f] | 2 | if ENABLE_VPATH_INSTALL |
---|
| 3 | apmodpkglibdir = $(subst ${AP_EXEC_PREFIX},${prefix},${AP_LIBEXECDIR}) |
---|
| 4 | else |
---|
[eb34ac4] | 5 | apmodpkglibdir = ${AP_LIBEXECDIR} |
---|
[0bda20f] | 6 | endif |
---|
[9706fc2] | 7 | |
---|
[94cb972] | 8 | mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c \ |
---|
[68b5156] | 9 | gnutls_config.c gnutls_hooks.c gnutls_ocsp.c gnutls_proxy.c \ |
---|
| 10 | gnutls_sni.c gnutls_util.c gnutls_watchdog.c |
---|
[eb34ac4] | 11 | mod_gnutls_la_CFLAGS = -Wall ${MODULE_CFLAGS} |
---|
| 12 | mod_gnutls_la_LDFLAGS = -module -avoid-version ${MODULE_LIBS} |
---|
[68b5156] | 13 | noinst_HEADERS = gnutls_cache.h gnutls_config.h gnutls_ocsp.h \ |
---|
| 14 | gnutls_proxy.h gnutls_sni.h gnutls_util.h gnutls_watchdog.h |
---|
[9706fc2] | 15 | |
---|
[eb34ac4] | 16 | apmodpkglib_LTLIBRARIES = mod_gnutls.la |
---|
Note: See
TracBrowser
for help on using the repository browser.