Try to be smart about removing .la files.
[shibboleth/cpp-sp.git] / shib / Makefile.am
index 2949e7a..bb1a6d3 100644 (file)
@@ -9,18 +9,21 @@ libshib_HEADERS = shib.h shib-threads.h
 noinst_HEADERS = internal.h
 
 libshib_la_SOURCES = \
-                    ClubShibPOSTProfile.cpp \
                     Constants.cpp \
-                    SAMLBindingFactory.cpp \
+                    Metadata.cpp \
+                    ReloadableXMLFile.cpp \
                     ShibConfig.cpp \
                     ShibPOSTProfile.cpp \
-                    ShibPOSTProfileFactory.cpp \
-                    XML.cpp \
-                    XMLOriginSiteMapper.cpp \
-                    shib-threads.cpp \
+                    ShibBinding.cpp \
+                    shib-threads.cpp
 
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshib_la_LDFLAGS = -version-info 1:0:0
+libshib_la_LDFLAGS = -version-info 5: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