Next integration phase, metadata and trust conversion.
[shibboleth/cpp-sp.git] / xmlproviders / Makefile.am
1 ## $Id: Makefile.am,v 1.19 2004/01/18 00:16:19 cantor Exp $
2
3 AUTOMAKE_OPTIONS = foreign
4
5 plugindir = $(libexecdir)
6 plugin_LTLIBRARIES = xmlproviders.la
7
8 noinst_HEADERS = internal.h
9
10 xmlproviders_la_LIBADD = \
11         $(top_builddir)/shib/libshib.la \
12         $(top_builddir)/shib-target/libshib-target.la
13
14 xmlproviders_la_SOURCES = \
15         CredResolvers.cpp \
16         TargetedID.cpp \
17         XML.cpp \
18         XMLAAP.cpp \
19         XMLAccessControl.cpp \
20         XMLCredentials.cpp \
21         XMLProviders.cpp
22
23
24 xmlproviders_la_LDFLAGS = -module -avoid-version
25
26 install-exec-hook:
27         for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done
28
29 EXTRA_DIST = xmlproviders.vcproj resource.h xmlproviders.rc
30