From: Scott Cantor Date: Wed, 20 Nov 2013 22:43:58 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-580 X-Git-Tag: 2.5.3~8 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=472ab9fdcccaa4cede6cf5894986954b89309add https://issues.shibboleth.net/jira/browse/SSPCPP-580 --- diff --git a/fastcgi/Makefile.am b/fastcgi/Makefile.am index 7c7baa3..667c6dc 100644 --- a/fastcgi/Makefile.am +++ b/fastcgi/Makefile.am @@ -10,13 +10,15 @@ shibauthorizer_SOURCES = shibauthorizer.cpp shibauthorizer_CXXFLAGS = $(FASTCGI_INCLUDE) shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) shibauthorizer_LDADD = $(FASTCGI_LIBS) \ - $(top_builddir)/shibsp/libshibsp-lite.la + $(top_builddir)/shibsp/libshibsp-lite.la \ + $(LITE_LIBS) shibresponder_SOURCES = shibresponder.cpp shibresponder_CXXFLAGS = $(FASTCGI_INCLUDE) shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) shibresponder_LDADD = $(FASTCGI_LIBS) \ - $(top_builddir)/shibsp/libshibsp-lite.la + $(top_builddir)/shibsp/libshibsp-lite.la \ + $(LITE_LIBS) endif