Missing libshib.
authorScott Cantor <cantor.2@osu.edu>
Sun, 16 Sep 2007 03:44:13 +0000 (03:44 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 16 Sep 2007 03:44:13 +0000 (03:44 +0000)
fastcgi/Makefile.am

index 5c7d411..f899e0b 100644 (file)
@@ -8,12 +8,14 @@ shibauthorizer_SOURCES = shibauthorizer.cpp
 shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)\r
 shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)\r
 shibauthorizer_LDADD = \\r
+  $(top_builddir)/shib/libshib.la \\r
   $(top_builddir)/shib-target/libshib-target.la\r
 \r
 shibresponder_SOURCES = shibresponder.cpp\r
 shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)\r
 shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)\r
 shibresponder_LDADD = \\r
+  $(top_builddir)/shib/libshib.la \\r
   $(top_builddir)/shib-target/libshib-target.la\r
 \r
 endif\r