From: kouril Date: Mon, 8 Sep 2003 11:21:15 +0000 (+0000) Subject: Link with the spnegokrb5 lib X-Git-Tag: v5.0-rc2~5 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=39742103be4d59543442067f47c7d982efcdd9a8 Link with the spnegokrb5 lib --- diff --git a/Makefile b/Makefile index b44cc07..e946bac 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ KRB4_CPPFLAGS = -I$(KRB4_ROOT)/include -I$(KRB4_ROOT)/include/kerberosIV \ -I$(KRB5_ROOT)/include/kerberosIV CPPFLAGS = $(KRB5_CPPFLAGS) $(KRB4_CPPFLAGS) $(DEFS) -LDFLAGS = $(KRB5_LDFLAGS) +LDFLAGS = -Lspnegokrb5 -lspnegokrb5 $(KRB5_LDFLAGS) -lresolv ifndef APXS APXS = apxs @@ -19,7 +19,7 @@ libspnegokrb5: (cd spnegokrb5 && make) modauthkerb: libspnegokrb5 - $(APXS) -c -i $(CPPFLAGS) $(LDFLAGS) mod_auth_kerb.c + $(APXS) -c -i $(CPPFLAGS) $(LDFLAGS) src/mod_auth_kerb.c clean: (cd spnegokrb5 && make clean)