https://issues.shibboleth.net/jira/browse/SSPCPP-575
[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
15 shibresponder_SOURCES = shibresponder.cpp
16 shibresponder_CXXFLAGS = $(FASTCGI_INCLUDE)
17 shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS)
18 shibresponder_LDADD = $(FASTCGI_LIBS) \
19   $(top_builddir)/shibsp/libshibsp-lite.la
20
21 endif
22
23 EXTRA_DIST = \
24     shibauthorizer.cpp \
25     shibauthorizer.vcxproj \
26     shibauthorizer.rc \
27     shibresponder.cpp \
28     shibresponder.vcxproj \
29     shibresponder.rc \
30     resource.h