X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=fastcgi%2FMakefile.am;h=7c7baa3ed0f1674d47eb2d817ea19d66853f6bd5;hp=a1df92eafd9793d1bb6fce65a0e3180fed1af62e;hb=cc359af2cae96ac1046bce9ff8c723ac95a1bf40;hpb=402e56394c6f67a0e143bd7f5278178c14ae3cb4 diff --git a/fastcgi/Makefile.am b/fastcgi/Makefile.am index a1df92e..7c7baa3 100644 --- a/fastcgi/Makefile.am +++ b/fastcgi/Makefile.am @@ -7,13 +7,13 @@ fastcgidir = $(libdir)/@PACKAGE_NAME@ fastcgi_PROGRAMS = shibauthorizer shibresponder shibauthorizer_SOURCES = shibauthorizer.cpp -shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE) +shibauthorizer_CXXFLAGS = $(FASTCGI_INCLUDE) shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) shibauthorizer_LDADD = $(FASTCGI_LIBS) \ $(top_builddir)/shibsp/libshibsp-lite.la shibresponder_SOURCES = shibresponder.cpp -shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE) +shibresponder_CXXFLAGS = $(FASTCGI_INCLUDE) shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) shibresponder_LDADD = $(FASTCGI_LIBS) \ $(top_builddir)/shibsp/libshibsp-lite.la