SAML objects in progress.
[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/SAMLConstants.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     saml1/core/impl/AssertionsSchemaValidators.cpp \
30     util/SAMLConstants.cpp
31
32 # this is different from the project version
33 # http://sources.redhat.com/autobook/autobook/autobook_91.html
34 libxmltooling_la_LDFLAGS = -version-info 2:0:0
35
36 install-exec-hook:
37         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
38
39 EXTRA_DIST = saml.vcproj