[SCM] Debian packaging for the Shibboleth Apache SP branch, master, updated. upstream/1.3.1.dfsg1-182-g195e0d7
Russ Allbery
rra at debian.org
Thu Jul 3 03:27:03 UTC 2008
The following commit has been merged in the master branch:
commit 369a149753c334c213a92a004642679afe4a9d4c
Author: Russ Allbery <rra at debian.org>
Date: Wed Jul 2 20:15:46 2008 -0700
libshib-target must depend on libshib
diff --git a/shib-target/Makefile.am b/shib-target/Makefile.am
index 00b19d5..da1e60a 100644
--- a/shib-target/Makefile.am
+++ b/shib-target/Makefile.am
@@ -37,6 +37,8 @@ libshib_target_la_SOURCES = \
# http://sources.redhat.com/autobook/autobook/autobook_91.html
libshib_target_la_LDFLAGS = -version-info 5:1:1
+# Ensure proper interlibrary dependencies.
+libshib_target_la_LIBADD = $(top_builddir)/shib/libshib.la
RPCGEN=rpcgen -M
--
Debian packaging for the Shibboleth Apache SP
More information about the Pkg-shibboleth-devel
mailing list