Remove xmlproviders from build, deleted old AAP interface.
[shibboleth/cpp-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
9 noinst_HEADERS = internal.h
10
11 libshib_la_SOURCES = \
12     ShibConfig.cpp \
13     ShibBrowserProfile.cpp \
14     ScopedAttribute.cpp
15
16
17 # this is different from the project version
18 # http://sources.redhat.com/autobook/autobook/autobook_91.html
19 libshib_la_LDFLAGS = -version-info 6:0:0
20
21 install-exec-hook:
22         for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
23
24 EXTRA_DIST = shib.vcproj resource.h shib.rc
25