X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FMakefile.am;h=7e79c2f4cc6d841731e5e0fe7eab4ebfd6cc52d8;hb=f236d51c31b1d29c145f3adcf4b66b7710cccc77;hp=b9c8d948577c3a60d080b7bf0fb794b14b777172;hpb=b88fe17fbacbbfe16c30eefc1edf7996ade43631;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index b9c8d94..7e79c2f 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -28,36 +28,37 @@ utilinclude_HEADERS = \ util/NDC.h \ util/ParserPool.h \ util/XMLConstants.h \ - util/XMLHelper.h + util/XMLHelper.h \ + util/XMLObjectChildrenList.h ioincludedir = \ $(includedir)/xmltooling/io ioinclude_HEADERS = \ - io/AbstractXMLObjectUnmarshaller.h \ + io/AbstractXMLObjectUnmarshaller.h \ io/Marshaller.h \ io/Unmarshaller.h noinst_HEADERS = \ - internal.h \ - impl/UnknownElement.h + internal.h \ + impl/UnknownElement.h libxmltooling_la_SOURCES = \ - AbstractDOMCachingXMLObject.cpp \ - Namespace.cpp \ - QName.cpp \ - unicode.cpp \ - XMLObjectBuilder.cpp \ - XMLToolingConfig.cpp \ - impl/UnknownElement.cpp \ - io/AbstractXMLObjectMarshaller.cpp \ - io/AbstractXMLObjectUnmarshaller.cpp \ - io/Marshaller.cpp \ - io/Unmarshaller.cpp \ - util/NDC.cpp \ - util/ParserPool.cpp \ - util/XMLConstants.cpp \ - util/XMLHelper.cpp + AbstractDOMCachingXMLObject.cpp \ + Namespace.cpp \ + QName.cpp \ + unicode.cpp \ + XMLObjectBuilder.cpp \ + XMLToolingConfig.cpp \ + impl/UnknownElement.cpp \ + io/AbstractXMLObjectMarshaller.cpp \ + io/AbstractXMLObjectUnmarshaller.cpp \ + io/Marshaller.cpp \ + io/Unmarshaller.cpp \ + util/NDC.cpp \ + util/ParserPool.cpp \ + util/XMLConstants.cpp \ + util/XMLHelper.cpp # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html