66aff7ae2b379b8279476769e8d072db2d994d1c
[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 hresult.h
9 noinst_HEADERS = internal.h
10
11 libshib_la_SOURCES = \
12         BasicTrust.cpp \
13     Constants.cpp \
14     Metadata.cpp \
15     ReloadableXMLFile.cpp \
16     ShibbolethTrust.cpp \
17     ShibConfig.cpp \
18     ShibBrowserProfile.cpp \
19     ScopedAttribute.cpp
20
21
22 # this is different from the project version
23 # http://sources.redhat.com/autobook/autobook/autobook_91.html
24 libshib_la_LDFLAGS = -version-info 6:0:0
25
26 install-exec-hook:
27         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
28
29 EXTRA_DIST = shib.vcproj resource.h shib.rc
30