X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=blobdiff_plain;f=Makefile.in;h=f5b3e077e06ad340d2bdce67ab24f210dee2e675;hp=2020782e57f56663d9d07a7b237ee4e1a0726f84;hb=a327c15187c8d4d6f43b728fb02d4a02b175757e;hpb=238693486403639dc47964ab1cb1d3167148238a diff --git a/Makefile.in b/Makefile.in index 2020782..f5b3e07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,6 +2,13 @@ APXS = @APXS@ GSS_CPPFLAGS = @GSS_CPPFLAGS@ GSS_LDFLAGS = @GSS_LDFLAGS@ @LIBS@ SPNEGO_SRCS = @SPNEGO_SRCS@ +INSTALL=@INSTALL@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexecdir=@libexecdir@ +sysconfdir=@sysconfdir@ +libdir=@libdir@ + CPPFLAGS = -I. -Ispnegokrb5 $(GSS_CPPFLAGS) $(DEFS) LDFLAGS = $(GSS_LDFLAGS) @@ -15,7 +22,9 @@ mod_auth_gssapi.la: $(SRCS) ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SRCS}" "${APXS} -c" install: mod_auth_gssapi.la - ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" $^ "${APXS} -i -A -n auth_gssapi" + $(INSTALL) -d $(DESTDIR)${libdir}/apache2/modules + $(INSTALL) -d $(DESTDIR)${sysconfdir}/apache2/mods-available + ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" $^ "${APXS} -i -A -S LIBEXECDIR=$(DESTDIR)${libdir}/apache2/modules -S SYSCONFDIR=$(DESTDIR)${sysconfdir}/apache2 -n auth_gssapi" clean: for i in . spnegokrb5; do \