Starting SAML 1.x implementation.
[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 utilinclude_HEADERS = \
18     util/XMLConstants.h
19
20 saml1coreinclude_HEADERS = \
21         saml1/core/Assertions.h
22
23 noinst_HEADERS = \
24     internal.h
25
26 libsaml_la_SOURCES = \
27     SAMLConfig.cpp \
28     saml1/core/impl/AssertionsImpl.cpp \
29     util/XMLConstants.cpp
30
31 # this is different from the project version
32 # http://sources.redhat.com/autobook/autobook/autobook_91.html
33 libxmltooling_la_LDFLAGS = -version-info 2:0:0
34
35 install-exec-hook:
36         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
37
38 EXTRA_DIST = saml.vcproj