Fix 64-bit cast.
[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 shib-threads.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                     shib-threads.cpp \
20                     ScopedAttribute.cpp
21
22
23 # this is different from the project version
24 # http://sources.redhat.com/autobook/autobook/autobook_91.html
25 libshib_la_LDFLAGS = -version-info 6:0:0
26
27 install-exec-hook:
28         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
29
30 EXTRA_DIST = shib.dsp shib-threads-win32.cpp resource.h shib.rc
31