https://issues.shibboleth.net/jira/browse/SSPCPP-580
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 20 Nov 2013 22:43:58 +0000 (22:43 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 20 Nov 2013 22:43:58 +0000 (22:43 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3874 cb58f699-b61c-0410-a6fe-9272a202ed29

fastcgi/Makefile.am

index 7c7baa3..667c6dc 100644 (file)
@@ -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