VS10 solution files, convert from NULL macro to nullptr.
[shibboleth/sp.git] / fastcgi / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 if BUILD_FASTCGI
4
5 fastcgidir = $(libdir)/@PACKAGE@
6
7 fastcgi_PROGRAMS = shibauthorizer shibresponder
8
9 shibauthorizer_SOURCES = shibauthorizer.cpp
10 shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)
11 shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
12 shibauthorizer_LDADD = \
13   $(top_builddir)/shibsp/libshibsp-lite.la
14
15 shibresponder_SOURCES = shibresponder.cpp
16 shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)
17 shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)
18 shibresponder_LDADD = \
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