31dfe304fa420a3fb7639542b3d387ed33683b74
[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         XMLMetadata.cpp \
22         XMLProviders.cpp \
23         XMLTrust.cpp
24
25
26 xmlproviders_la_LDFLAGS = -module -avoid-version
27
28 install-exec-hook:
29         for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done
30
31 EXTRA_DIST = xmlproviders.vcproj resource.h xmlproviders.rc
32