https://issues.shibboleth.net/jira/browse/SSPCPP-573
[shibboleth/cpp-sp.git] / fastcgi / Makefile.am
index 1c4ba8c..a1df92e 100644 (file)
@@ -2,29 +2,29 @@ AUTOMAKE_OPTIONS = foreign
 
 if BUILD_FASTCGI
 
-fastcgidir = $(libdir)/@PACKAGE@
+fastcgidir = $(libdir)/@PACKAGE_NAME@
 
 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
 
 EXTRA_DIST = \
     shibauthorizer.cpp \
-    shibauthorizer.vcproj \
+    shibauthorizer.vcxproj \
     shibauthorizer.rc \
     shibresponder.cpp \
-    shibresponder.vcproj \
+    shibresponder.vcxproj \
     shibresponder.rc \
     resource.h