Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / nsapi_shib / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 if BUILD_NSAPI
4 nsapi_shibdir = $(libdir)/@PACKAGE@
5 nsapi_shib_LTLIBRARIES = nsapi_shib.la
6 nsapi_shib_la_SOURCES = nsapi_shib.cpp
7 nsapi_shib_la_CXXFLAGS = $(NSAPI_INCLUDE)
8 nsapi_shib_la_LDFLAGS = $(LITE_LIBS) -module -avoid-version
9 nsapi_shib_la_LIBADD = \
10   $(top_builddir)/shibsp/libshibsp-lite.la
11
12 install-exec-hook:
13         for la in $(nsapi_shib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(nsapi_shibdir)/$$la ; done
14
15 endif
16
17 EXTRA_DIST = nsapi_shib.vcproj resource.h nsapi_shib.rc nsapi_shib.cpp