[shibboleth-sp2] 03/18: First working build.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1b
in repository shibboleth-sp2.

commit 03da46410a92fd063e88e4c6fe9b8348d4ace8a3
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Thu Dec 23 03:39:32 2004 +0000

    First working build.
---
 nsapi_shib/Makefile.am | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/nsapi_shib/Makefile.am b/nsapi_shib/Makefile.am
new file mode 100644
index 0000000..41346f2
--- /dev/null
+++ b/nsapi_shib/Makefile.am
@@ -0,0 +1,22 @@
+AUTOMAKE_OPTIONS = foreign
+
+if USE_OUR_ONCRPC
+RPC_CFLAGS = -I${top_srcdir}/oncrpc
+endif
+
+if BUILD_NSAPI
+nsapishibdir = $(libexecdir)
+nsapishib_LTLIBRARIES = nsapi_shib.la
+nsapishib_la_SOURCES = nsapi_shib.cpp
+nsapishib_la_CXXFLAGS = $(NSAPI_CFLAGS) -I$(NSAPI_INCLUDE) $(RPC_CFLAGS)
+nsapishib_la_LDFLAGS = -module -avoid-version
+nsapishib_la_LIBADD = \
+  $(top_builddir)/shib/libshib.la \
+  $(top_builddir)/shib-target/libshib-target.la
+
+install-exec-hook:
+	for la in $(nsapishib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(nsapishibdir)/$$la ; done
+
+endif
+
+EXTRA_DIST = nsapi_shib.dsp resource.h nsapi_shib.rc nsapi_shib.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list