[cpp-sp COMMIT] /branches/REL_2/plugins/Makefile.am
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 25 18:42:07 BST 2012
Author: scantor
Date: Fri May 25 18:42:07 2012
New Revision: 3680
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3680&view=rev
Log:
Fix addition of ACL plugin
Modified:
branches/REL_2/plugins/Makefile.am
Modified: branches/REL_2/plugins/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/plugins/Makefile.am?rev=3680&r1=3679&r2=3680&view=diff
==============================================================================
--- branches/REL_2/plugins/Makefile.am (original)
+++ branches/REL_2/plugins/Makefile.am Fri May 25 18:42:07 2012
@@ -7,19 +7,18 @@
internal.h
common_sources = \
- plugins.cpp
+ plugins.cpp \
+ TimeAccessControl.cpp
plugins_la_SOURCES = \
${common_sources} \
CaseFoldingAttributeResolver.cpp \
GSSAPIAttributeExtractor.cpp \
TemplateAttributeResolver.cpp \
- TimeAccessControlFactory.cpp \
TransformAttributeResolver.cpp
plugins_lite_la_SOURCES = \
- ${common_sources} \
- TimeAccessControlFactory.cpp
+ ${common_sources}
plugins_la_LIBADD = $(XMLSEC_LIBS) \
$(top_builddir)/shibsp/libshibsp.la
More information about the commits
mailing list