Initial check-in.
[shibboleth/cpp-opensaml.git] / saml / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 lib_LTLIBRARIES = libsaml.la
4
5 libsamlincludedir = $(includedir)/saml
6
7 sigincludedir = $(includedir)/saml/signature
8
9 utilincludedir = $(includedir)/saml/util
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 noinst_HEADERS = \
21     internal.h
22
23 libsaml_la_SOURCES = \
24     SAMLConfig.cpp \
25     util/XMLConstants.cpp
26
27 # this is different from the project version
28 # http://sources.redhat.com/autobook/autobook/autobook_91.html
29 libxmltooling_la_LDFLAGS = -version-info 2:0:0
30
31 install-exec-hook:
32         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
33
34 EXTRA_DIST = saml.vcproj