[cpp-sp COMMIT] /branches/REL_2/fastcgi/Makefile.am

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 20 17:43:58 EST 2013


Author: scantor
Date: Wed Nov 20 17:43:58 2013
New Revision: 3874

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3874&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-580

Modified:
    branches/REL_2/fastcgi/Makefile.am

Modified: branches/REL_2/fastcgi/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/fastcgi/Makefile.am?rev=3874&r1=3873&r2=3874&view=diff
==============================================================================
--- branches/REL_2/fastcgi/Makefile.am (original)
+++ branches/REL_2/fastcgi/Makefile.am Wed Nov 20 17:43:58 2013
@@ -10,13 +10,15 @@
 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
 



More information about the commits mailing list