summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-08-29 13:29:42 -0400
committerSimo Sorce <simo@redhat.com>2014-08-29 14:02:07 -0400
commit3f74c69e8b1b47584818dfc44a64d69ecaabb0eb (patch)
treee7a93f638d72bdc2e450402e6428c36e1b8faa47 /src
parent50da5495c526bf94e664aa2f663fed628cfe262e (diff)
downloadmod_auth_gssapi-3f74c69e8b1b47584818dfc44a64d69ecaabb0eb.tar.gz
mod_auth_gssapi-3f74c69e8b1b47584818dfc44a64d69ecaabb0eb.tar.xz
mod_auth_gssapi-3f74c69e8b1b47584818dfc44a64d69ecaabb0eb.zip
Include only necessary libs when calling apxs
Drop cflags and libs options that make apxs unhappy Closes #3
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd001f3..9fac277 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
EXTRA_DIST = mod_auth_gssapi.c sessions.c crypto.c mod_auth_gssapi.h sessions.h crypto.h
all-local:
- @APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c sessions.c crypto.c
+ @APXS@ -c ${LIBS} mod_auth_gssapi.c sessions.c crypto.c
install-exec-local:
if test ! -d ${APXS_LIBEXECDIR}; then mkdir -p ${APXS_LIBEXECDIR}; fi