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