Add XML-based client SSL config.
[shibboleth/cpp-sp.git] / shib / Makefile.am
1 ## $Id$
2
3 AUTOMAKE_OPTIONS = foreign
4
5 lib_LTLIBRARIES = libshib.la
6
7 libshibdir = $(includedir)/shib
8 libshib_HEADERS = shib.h shib-threads.h
9 noinst_HEADERS = internal.h
10
11 libshib_la_SOURCES = \
12                     AAP.cpp \
13                     ClubShibPOSTProfile.cpp \
14                     Constants.cpp \
15                     Metadata.cpp \
16                     SAMLBindingFactory.cpp \
17                     ShibConfig.cpp \
18                     ShibPOSTProfile.cpp \
19                     ShibPOSTProfileFactory.cpp \
20                     ShibSOAPBinding.cpp \
21                     ScopedAttribute.cpp \
22                     SimpleAttribute.cpp \
23                     XML.cpp \
24                     XMLMetadata.cpp \
25                     XMLTrust.cpp \
26                     XMLCredentials.cpp \
27                     shib-threads.cpp
28
29
30 # this is different from the project version
31 # http://sources.redhat.com/autobook/autobook/autobook_91.html
32 libshib_la_LDFLAGS = -version-info 4:0:0
33
34 EXTRA_DIST = shib.dsp shib-threads-win32.cpp
35