X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=01a122047b89252c5ed9777729dae6543f65abbf;hb=f9000fb1c6b26f470029b25f202f39902a4b6b13;hp=95b85b33994806a32342eed828982bb568b932dc;hpb=122e879f09cd94d791e0f32141544dacc96bb135;p=mod_auth_gssapi.git diff --git a/src/Makefile.am b/src/Makefile.am index 95b85b3..01a1220 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,18 @@ -all-local: - @APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c +magdir = $(MAG_LIBDIR) +mag_LTLIBRARIES = \ + mod_auth_gssapi.la + +dist_noinst_HEADERS = \ + mod_auth_gssapi.h crypto.h sessions.h + +mod_auth_gssapi_la_SOURCES = \ + mod_auth_gssapi.c crypto.c sessions.c +mod_auth_gssapi_la_CFLAGS = \ + $(MAG_CFLAGS) +mod_auth_gssapi_la_LDFLAGS = \ + $(MAG_LIBS) \ + -avoid-version \ + -module install-exec-local: if test ! -d ${APXS_LIBEXECDIR}; then mkdir -p ${APXS_LIBEXECDIR}; fi