edf3fe701a010bc7b774e2d5e062724bc24e2e25
[shibboleth/sp.git] / mod_shire / Makefile.am
1 ## $Id$
2
3 AUTOMAKE_OPTIONS = foreign
4
5 if USE_OUR_ONCRPC
6 RPC_CFLAGS = -I${top_srcdir}/oncrpc
7 endif
8
9 shiredir = $(libexecdir)
10 shire_LTLIBRARIES = mod_shire.la
11
12 mod_shire_la_SOURCES = mod_shire.cpp
13
14 AM_CXXFLAGS = $(APXS_CFLAGS) -I$(APXS_INCLUDE) $(RPC_CFLAGS)
15
16 mod_shire_la_LIBADD = $(top_builddir)/shib/libshib.la $(top_builddir)/shib-target/libshib-target.la
17
18 mod_shire_la_LDFLAGS = -module -avoid-version
19
20 if DO_APXS_INSTALL
21 install-exec-local:
22         $(APXS) -i -A -n shire .libs/mod_shire.so
23 endif
24
25 EXTRA_DIST = mod_shire.dsp