From: Scott Cantor Date: Sun, 16 Sep 2007 03:44:13 +0000 (+0000) Subject: Missing libshib. X-Git-Tag: 1.3.1~54 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c40696fb08ced18659434ec732230ad59dc62a2e;p=shibboleth%2Fcpp-sp.git Missing libshib. --- diff --git a/fastcgi/Makefile.am b/fastcgi/Makefile.am index 5c7d411..f899e0b 100644 --- a/fastcgi/Makefile.am +++ b/fastcgi/Makefile.am @@ -8,12 +8,14 @@ shibauthorizer_SOURCES = shibauthorizer.cpp shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE) shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS) shibauthorizer_LDADD = \ + $(top_builddir)/shib/libshib.la \ $(top_builddir)/shib-target/libshib-target.la shibresponder_SOURCES = shibresponder.cpp shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE) shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS) shibresponder_LDADD = \ + $(top_builddir)/shib/libshib.la \ $(top_builddir)/shib-target/libshib-target.la endif