[cpp-sp] branch main updated: Fix missing header in Makefile.

Scott Cantor cantor.2 at osu.edu
Fri Dec 6 16:35:05 UTC 2024


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new da13b804 Fix missing header in Makefile.
da13b804 is described below

commit da13b8045ccf16c666e605b1db4855bb20d309d6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 6 11:35:00 2024 -0500

    Fix missing header in Makefile.
---
 shibsp/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 45bd0d3e..da24fade 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -74,6 +74,7 @@ utilinclude_HEADERS = \
 	util/IPRange.h \
 	util/Lockable.h \
 	util/PathResolver.h \
+	util/PluginManager.h \
 	util/PropertySet.h \
 	util/ReloadableXMLFile.h \
 	util/SPConstants.h \

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


More information about the commits mailing list