460c788273b9a3be486e49f5606de118ee677804
[shibboleth/cpp-opensaml.git] / saml / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 lib_LTLIBRARIES = libsaml.la
4
5 libsamlincludedir = $(includedir)/saml
6
7 utilincludedir = $(includedir)/saml/util
8
9 saml1coreincludedir = $(includedir)/saml/saml1/core
10
11 libsamlinclude_HEADERS = \
12     base.h \
13     exceptions.h \
14     version.h \
15     SAMLConfig.h
16
17 siginclude_HEADERS = \
18     signature/SigningContext.h \
19     signature/VerifyingContext.h
20
21 utilinclude_HEADERS = \
22     util/SAMLConstants.h
23
24 saml1coreinclude_HEADERS = \
25         saml1/core/Assertions.h
26
27 noinst_HEADERS = \
28     internal.h
29
30 libsaml_la_SOURCES = \
31     SAMLConfig.cpp \
32     saml1/core/impl/AssertionsImpl.cpp \
33     saml1/core/impl/AssertionsSchemaValidators.cpp \
34     signature/SigningContext.cpp \
35     signature/VerifyingContext.cpp \
36     util/SAMLConstants.cpp
37
38 # this is different from the project version
39 # http://sources.redhat.com/autobook/autobook/autobook_91.html
40 libsaml_la_LDFLAGS = -version-info 2:0:0
41
42 install-exec-hook:
43         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
44
45 EXTRA_DIST = saml.vcproj