X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2FMakefile.am;h=9681b81e9af999571b1adf17157c53089a9c5168;hp=0e8cdfe2fdd177fc1d5d65fe43377645ff741c63;hb=785ea306c1f4757224afe3172ecb2eb1c97263e5;hpb=155f8ed2404e19dde4273641335271e8d0f46aed diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index 0e8cdfe..9681b81 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -65,6 +65,7 @@ utilinclude_HEADERS = \ util/DateTime.h \ util/NDC.h \ util/ParserPool.h \ + util/Threads.h \ util/XMLConstants.h \ util/XMLHelper.h \ util/XMLObjectChildrenList.h @@ -87,6 +88,12 @@ else xmlsec_sources = endif +if BUILD_PTHREAD +thread_sources = PThread.cpp +else +thread_sources = +endif + libxmltooling_la_SOURCES = \ AbstractAttributeExtensibleXMLObject.cpp \ AbstractChildlessElement.cpp \ @@ -114,7 +121,8 @@ libxmltooling_la_SOURCES = \ util/XMLHelper.cpp \ validation/AbstractValidatingXMLObject.cpp \ validation/Validator.cpp \ - ${xmlsec_sources} + ${xmlsec_sources} \ + $(thread_sources) # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html