Remove xmlproviders from build, deleted old AAP interface.
[shibboleth/cpp-sp.git] / shib / Makefile.am
index bb1a6d3..dd0b98c 100644 (file)
@@ -5,25 +5,21 @@ AUTOMAKE_OPTIONS = foreign
 lib_LTLIBRARIES = libshib.la
 
 libshibdir = $(includedir)/shib
-libshib_HEADERS = shib.h shib-threads.h
+libshib_HEADERS = shib.h
 noinst_HEADERS = internal.h
 
 libshib_la_SOURCES = \
-                    Constants.cpp \
-                    Metadata.cpp \
-                    ReloadableXMLFile.cpp \
-                    ShibConfig.cpp \
-                    ShibPOSTProfile.cpp \
-                    ShibBinding.cpp \
-                    shib-threads.cpp
+    ShibConfig.cpp \
+    ShibBrowserProfile.cpp \
+    ScopedAttribute.cpp
 
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshib_la_LDFLAGS = -version-info 5:0:0
+libshib_la_LDFLAGS = -version-info 6:0:0
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
 
-EXTRA_DIST = shib.dsp shib-threads-win32.cpp
+EXTRA_DIST = shib.vcproj resource.h shib.rc