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