Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / fastcgi / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 if BUILD_FASTCGI
4
5 fastcgidir = $(libdir)/@PACKAGE_NAME@
6
7 fastcgi_PROGRAMS = shibauthorizer shibresponder
8
9 shibauthorizer_SOURCES = shibauthorizer.cpp
10 shibauthorizer_CXXFLAGS = $(FASTCGI_INCLUDE)
11 shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS)
12 shibauthorizer_LDADD = $(FASTCGI_LIBS) \
13   $(top_builddir)/shibsp/libshibsp-lite.la \
14   $(LITE_LIBS)
15
16 shibresponder_SOURCES = shibresponder.cpp
17 shibresponder_CXXFLAGS = $(FASTCGI_INCLUDE)
18 shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS)
19 shibresponder_LDADD = $(FASTCGI_LIBS) \
20   $(top_builddir)/shibsp/libshibsp-lite.la \
21   $(LITE_LIBS)
22
23 endif
24
25 EXTRA_DIST = \
26     shibauthorizer.cpp \
27     shibauthorizer.vcxproj \
28     shibauthorizer.rc \
29     shibresponder.cpp \
30     shibresponder.vcxproj \
31     shibresponder.rc \
32     resource.h