asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 2ceb836 was
ee687ab,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Update README and post-install documentation hint
|
-
Property mode set to
100644
|
File size:
824 bytes
|
Line | |
---|
1 | CLEANFILES = .libs/libmod_gnutls *~ |
---|
2 | |
---|
3 | libmod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c gnutls_config.c gnutls_hooks.c |
---|
4 | libmod_gnutls_la_CFLAGS = -Wall ${MODULE_CFLAGS} |
---|
5 | libmod_gnutls_la_LDFLAGS = -rpath ${AP_LIBEXECDIR} -module -avoid-version ${MODULE_LIBS} |
---|
6 | |
---|
7 | lib_LTLIBRARIES = libmod_gnutls.la |
---|
8 | |
---|
9 | make_so: $(lib_LTLIBRARIES) |
---|
10 | @if test ! -L mod_gnutls.so ; then ln -s .libs/libmod_gnutls.so mod_gnutls.so ; fi |
---|
11 | |
---|
12 | clean: |
---|
13 | rm -f mod_gnutls.so |
---|
14 | rm -f *.o *.lo *.la |
---|
15 | rm -fr .libs |
---|
16 | |
---|
17 | install: make_so |
---|
18 | @${APXS_BIN} -i -n gnutls mod_gnutls.so |
---|
19 | @echo "" |
---|
20 | @echo "" |
---|
21 | @echo "***********************************************" |
---|
22 | @echo "" |
---|
23 | @echo " Please read the manual in the doc/ directory for" |
---|
24 | @echo " details on the configuration of this module" |
---|
25 | @echo "" |
---|
26 | @echo "***********************************************" |
---|
27 | @echo "" |
---|
Note: See
TracBrowser
for help on using the repository browser.