Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / nsapi_shib / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 if BUILD_NSAPI
4 nsapi_shibdir = $(libdir)/@PACKAGE_NAME@
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 = -module -avoid-version
9 nsapi_shib_la_LIBADD = $(LITE_LIBS) \
10   $(top_builddir)/shibsp/libshibsp-lite.la
11
12 install-data-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.vcxproj resource.h nsapi_shib.rc nsapi_shib.cpp