X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FMakefile.am;h=d949703b26c876fe61fdc308f80ef60eec7dfe58;hb=5800e81da1d8ab1356666d8a32e83ffd48a7b884;hp=7d896fad15c144c4aeb81154ede6e3182516cbda;hpb=333e6c91b9e280190f00e483572f7477d1c9c0e1;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index 7d896fa..d949703 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -6,8 +6,12 @@ libxmltoolingincludedir = \ $(includedir)/xmltooling libxmltoolinginclude_HEADERS = \ + AbstractDOMCachingXMLObject.h \ + AbstractXMLObject.h \ + AbstractXMLObjectBuilder.h \ base.h \ config_pub.h \ + DOMCachingXMLObject.h \ exceptions.h \ ILockable.h \ Namespace.h \ @@ -31,6 +35,7 @@ noinst_HEADERS = \ internal.h libxmltooling_la_SOURCES = \ + AbstractDOMCachingXMLObject.cpp \ Namespace.cpp \ QName.cpp \ unicode.cpp \