79fe57bf8eb459ad843c3ecd2986f6c75b5b1e67
[shibboleth/sp.git] / mod_shire / Makefile.am
1 ## $Id$
2
3 AUTOMAKE_OPTIONS = foreign
4
5 shiredir = $(libexecdir)
6 shire_LTLIBRARIES = mod_shire.la
7
8 mod_shire_la_SOURCES = mod_shire.cpp
9
10 AM_CXXFLAGS = $(APXS_CFLAGS) -I$(APXS_INCLUDE)
11
12 mod_shire_la_LIBADD = $(top_builddir)/shib/libshib.la $(top_builddir)/shib-target/libshib-target.la
13
14 mod_shire_la_LDFLAGS = -module -avoid-version -lapreq
15
16 if DO_APXS_INSTALL
17 install-exec-local:
18         $(APXS) -i -A -n shire .libs/mod_shire.so
19 endif