Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / fastcgi / Makefile.am
1 AUTOMAKE_OPTIONS = foreign\r
2 \r
3 if BUILD_FASTCGI\r
4 \r
5 fastcgidir = $(libdir)/@PACKAGE@\r
6 \r
7 fastcgi_PROGRAMS = shibauthorizer shibresponder\r
8 \r
9 shibauthorizer_SOURCES = shibauthorizer.cpp\r
10 shibauthorizer_CXXFLAGS = -I$(FASTCGI_INCLUDE)\r
11 shibauthorizer_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)\r
12 shibauthorizer_LDADD = \\r
13   $(top_builddir)/shibsp/libshibsp-lite.la\r
14 \r
15 shibresponder_SOURCES = shibresponder.cpp\r
16 shibresponder_CXXFLAGS = -I$(FASTCGI_INCLUDE)\r
17 shibresponder_LDFLAGS = $(FASTCGI_LDFLAGS) $(FASTCGI_LIBS)\r
18 shibresponder_LDADD = \\r
19   $(top_builddir)/shibsp/libshibsp-lite.la\r
20 \r
21 endif\r
22 \r
23 EXTRA_DIST = \\r
24     shibauthorizer.cpp \\r
25     shibauthorizer.vcproj \\r
26     shibauthorizer.rc \\r
27     shibresponder.cpp \\r
28     shibresponder.vcproj \\r
29     shibresponder.rc \\r
30     resource.h\r