Revised distribution inclusions.
[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                     ScopedAttribute.cpp \
21                     SimpleAttribute.cpp \
22                     XML.cpp \
23                     XMLMetadata.cpp \
24                     XMLTrust.cpp \
25                     shib-threads.cpp
26
27
28 # this is different from the project version
29 # http://sources.redhat.com/autobook/autobook/autobook_91.html
30 libshib_la_LDFLAGS = -version-info 4:0:0
31
32 EXTRA_DIST = shib.dsp