asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change
on this file since c301152 was
c301152,
checked in by Paul Querna <chip@…>, 18 years ago
|
- move hooks to gnutls_hooks.c
- use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.
|
-
Property mode set to
100644
|
File size:
871 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 documentation at " |
---|
24 | @echo " http://www.outoforder.cc/ for " |
---|
25 | @echo " details on configuration of this module " |
---|
26 | @echo "" |
---|
27 | @echo "***********************************************" |
---|
28 | @echo "" |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.