https://issues.shibboleth.net/jira/browse/SSPCPP-580
authorScott Cantor <cantor.2@osu.edu>
Wed, 20 Nov 2013 22:43:58 +0000 (22:43 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 20 Nov 2013 22:43:58 +0000 (22:43 +0000)
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