bbca978b55d44d15e45fcc496a3eb05c9e732c17
[shibboleth/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 shib-threads.h
9 noinst_HEADERS = internal.h
10
11 libshib_la_SOURCES = \
12                     Constants.cpp \
13                     Metadata.cpp \
14                     ReloadableXMLFile.cpp \
15                     ShibConfig.cpp \
16                     ShibPOSTProfile.cpp \
17                     ShibBinding.cpp \
18                     shib-threads.cpp
19
20
21 # this is different from the project version
22 # http://sources.redhat.com/autobook/autobook/autobook_91.html
23 libshib_la_LDFLAGS = -version-info 5:0:0
24
25 EXTRA_DIST = shib.dsp shib-threads-win32.cpp
26