summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 174f040b508ad18ae5d40672e276b03ef8fec31f (plain)
1
2
3
4
5
6
7
8
9
all-local:
	@APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c crypto.c

install-exec-local:
	if test ! -d ${APXS_LIBEXECDIR}; then mkdir -p ${APXS_LIBEXECDIR}; fi
	@APXS@ -i -S LIBEXECDIR=${APXS_LIBEXECDIR} mod_auth_gssapi.la

clean-local:
	rm -f mod_auth_gssapi.slo mod_auth_gssapi.la mod_auth_gssapi.lo .libs