Bump version, add plugins ext library, draft of GSS-API attribute support.
[shibboleth/cpp-sp.git] / fastcgi / Makefile.am
index 232c0b7..134aabf 100644 (file)
@@ -8,14 +8,14 @@ fastcgi_PROGRAMS = shibauthorizer shibresponder
 
 shibauthorizer_SOURCES = shibauthorizer.cpp
 shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)
-shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
-shibauthorizer_LDADD = \
+shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS)
+shibauthorizer_LDADD = $(FASTCGI_LIBS) \
   $(top_builddir)/shibsp/libshibsp-lite.la
 
 shibresponder_SOURCES = shibresponder.cpp
 shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)
-shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
-shibresponder_LDADD = \
+shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS)
+shibresponder_LDADD = $(FASTCGI_LIBS) \
   $(top_builddir)/shibsp/libshibsp-lite.la
 
 endif