X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=01a122047b89252c5ed9777729dae6543f65abbf;hb=fafb5384785c76c1f96cc689677574cfe459f3b6;hp=22731943b9be1dcc7ec88344a5e112fbb29eceae;hpb=63dbb99337d0423253cb1ead0dcc3da54af5d13e;p=mod_auth_gssapi.git diff --git a/src/Makefile.am b/src/Makefile.am index 2273194..01a1220 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,18 @@ -all-local: - @APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c sessions.c crypto.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