updated pkg and lib version
[shibboleth/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                     ClubShibPOSTProfile.cpp \
13                     Constants.cpp \
14                     OriginSiteMapper.cpp \
15                     SAMLBindingFactory.cpp \
16                     ShibConfig.cpp \
17                     ShibPOSTProfile.cpp \
18                     ShibPOSTProfileFactory.cpp \
19                     XML.cpp \
20                     XMLOriginSiteMapper.cpp \
21                     shib-threads.cpp
22
23
24 # this is different from the project version
25 # http://sources.redhat.com/autobook/autobook/autobook_91.html
26 libshib_la_LDFLAGS = -version-info 2:0:0
27