8c10d9f816adebc82621d25b9b07547ba12573c0
[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         ../shib/libshib.la
12
13 xmlproviders_la_SOURCES = \
14         CredResolvers.cpp \
15         ScopedAttribute.cpp \
16         XML.cpp \
17         XMLAAP.cpp \
18         XMLCredentials.cpp \
19         XMLMetadata.cpp \
20         XMLProviders.cpp \
21         XMLRevocation.cpp \
22         XMLTrust.cpp
23
24
25 xmlproviders_la_LDFLAGS = -module -avoid-version
26
27 EXTRA_DIST = xmlproviders.dsp
28