c120873814898f79ecc15e396b79e1bd45e04787
[shibboleth/cpp-sp.git] / shib / Makefile.am
1 ## $Id$
2
3 AUTOMAKE_OPTIONS = foreign
4
5 lib_LTLIBRARIES = libshib.la
6
7 pkginclude_HEADERS = shib.h
8
9 libshib_la_SOURCES = \
10                     ClubShibPOSTProfile.cpp \
11                     Constants.cpp \
12                     SAMLBindingFactory.cpp \
13                     ShibConfig.cpp \
14                     ShibPOSTProfile.cpp \
15                     ShibPOSTProfileFactory.cpp \
16                     XML.cpp \
17                     XMLOriginSiteMapper.cpp
18
19 # this is different from the project version
20 # http://sources.redhat.com/autobook/autobook/autobook_91.html
21 libshib_la_LDFLAGS = -version-info 1:0:0
22