[cpp-sp] 05/08: Do not distribute, but clean the generated shibsp/paths.h

Scott Cantor cantor.2 at osu.edu
Fri Oct 12 14:06:41 EDT 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=721448ff6d9572a485a95479a6e19498c5125a62

commit 721448ff6d9572a485a95479a6e19498c5125a62
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sun Aug 12 21:29:22 2018 +0200

    Do not distribute, but clean the generated shibsp/paths.h
---
 shibsp/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 608c2f5..79c6720 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -24,7 +24,9 @@ secincludedir = $(includedir)/shibsp/security
 
 utilincludedir = $(includedir)/shibsp/util
 
-nodist_libshibspinclude_HEADERS = config_pub.h
+nodist_libshibspinclude_HEADERS = \
+	config_pub.h \
+	paths.h
 
 libshibspinclude_HEADERS = \
 	AbstractSPRequest.h \
@@ -32,7 +34,6 @@ libshibspinclude_HEADERS = \
 	Application.h \
 	base.h \
 	exceptions.h \
-	paths.h \
 	GSSRequest.h \
 	RequestMapper.h \
 	ServiceProvider.h \
@@ -309,3 +310,5 @@ EXTRA_DIST = \
 	shibsp.rc
 
 BUILT_SOURCES = paths.h
+
+CLEANFILES = paths.h

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


More information about the commits mailing list