Move shib-target.h into shib-target subdir
[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
9
10 libshib_la_SOURCES = \
11                     ClubShibPOSTProfile.cpp \
12                     Constants.cpp \
13                     SAMLBindingFactory.cpp \
14                     ShibConfig.cpp \
15                     ShibPOSTProfile.cpp \
16                     ShibPOSTProfileFactory.cpp \
17                     XML.cpp \
18                     XMLOriginSiteMapper.cpp
19
20 # this is different from the project version
21 # http://sources.redhat.com/autobook/autobook/autobook_91.html
22 libshib_la_LDFLAGS = -version-info 1:0:0
23