[shibboleth-sp2] 65/119: Missing libshib.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.
commit c40696fb08ced18659434ec732230ad59dc62a2e
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Sun Sep 16 03:44:13 2007 +0000
Missing libshib.
---
fastcgi/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fastcgi/Makefile.am b/fastcgi/Makefile.am
index 5c7d411..f899e0b 100644
--- a/fastcgi/Makefile.am
+++ b/fastcgi/Makefile.am
@@ -8,12 +8,14 @@ shibauthorizer_SOURCES = shibauthorizer.cpp
shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)
shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
shibauthorizer_LDADD = \
+ $(top_builddir)/shib/libshib.la \
$(top_builddir)/shib-target/libshib-target.la
shibresponder_SOURCES = shibresponder.cpp
shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)
shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
shibresponder_LDADD = \
+ $(top_builddir)/shib/libshib.la \
$(top_builddir)/shib-target/libshib-target.la
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list