[shibboleth-sp2] 60/119: Wrong macro.

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 dddc1405e948196c52c6de08a299e2931260cbde
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sun Sep 16 03:15:38 2007 +0000

    Wrong macro.
---
 fastcgi/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fastcgi/Makefile.am b/fastcgi/Makefile.am
index c3306de..5c7d411 100644
--- a/fastcgi/Makefile.am
+++ b/fastcgi/Makefile.am
@@ -7,13 +7,13 @@ libexec_PROGRAMS = shibauthorizer shibresponder
 shibauthorizer_SOURCES = shibauthorizer.cpp
 shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)
 shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
-shibauthorizer_LIBADD = \
+shibauthorizer_LDADD = \
   $(top_builddir)/shib-target/libshib-target.la
 
 shibresponder_SOURCES = shibresponder.cpp
 shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)
 shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
-shibresponder_LIBADD = \
+shibresponder_LDADD = \
   $(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