diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01a1220..e2b0148 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,8 @@ mod_auth_gssapi_la_CFLAGS = \ mod_auth_gssapi_la_LDFLAGS = \ $(MAG_LIBS) \ -avoid-version \ - -module + -module \ + -export-symbols-regex auth_gssapi_module install-exec-local: if test ! -d ${APXS_LIBEXECDIR}; then mkdir -p ${APXS_LIBEXECDIR}; fi |