[cpp-xmltooling] 01/03: Exclude config_pub.h from distribution.

Scott Cantor cantor.2 at osu.edu
Wed May 2 11:12:40 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=48f109394fd366091b6568fcc237034b791358d1

commit 48f109394fd366091b6568fcc237034b791358d1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 2 11:11:54 2018 -0400

    Exclude config_pub.h from distribution.
---
 xmltooling/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
index eb416e3..a32811b 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -34,7 +34,6 @@ libxmltoolinginclude_HEADERS = \
 	base.h \
 	ConcreteXMLObjectBuilder.h \
 	char_traits.h \
-	config_pub.h \
 	ElementExtensibleXMLObject.h \
 	ElementProxy.h \
 	exceptions.h \
@@ -49,6 +48,8 @@ libxmltoolinginclude_HEADERS = \
 	XMLObjectBuilder.h \
 	XMLToolingConfig.h
 
+nodist_libxmltoolinginclude_HEADERS = config_pub.h
+
 encinclude_HEADERS = \
 	encryption/Decrypter.h \
 	encryption/EncryptedKeyResolver.h \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list