[cpp-sp] branch master updated: Fix extra line sep.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 5 20:12:03 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=b75bb553325d7991d892635642aa0c3e985ec780
The following commit(s) were added to refs/heads/master by this push:
new b75bb55 Fix extra line sep.
b75bb55 is described below
commit b75bb553325d7991d892635642aa0c3e985ec780
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 5 20:12:00 2018 -0400
Fix extra line sep.
---
adfs/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/adfs/Makefile.am b/adfs/Makefile.am
index 5145ac5..f9eabee 100644
--- a/adfs/Makefile.am
+++ b/adfs/Makefile.am
@@ -15,6 +15,7 @@ adfs_la_LIBADD = \
$(opensaml_LIBS) \
$(xmltooling_LIBS) \
$(xerces_LIBS)
+adfs_la_LDFLAGS = -module -avoid-version
adfs_la_SOURCES = \
adfs.cpp
@@ -22,16 +23,15 @@ adfs_la_SOURCES = \
adfs_lite_la_SOURCES = \
adfs.cpp
-adfs_la_LDFLAGS = -module -avoid-version
-adfs_lite_la_LDFLAGS = -module -avoid-version
adfs_lite_la_CXXFLAGS = -DSHIBSP_LITE \
$(BOOST_CPPFLAGS) \
$(PTHREAD_CFLAGS) \
$(xmltooling_lite_CFLAGS) \
- $(xerces_CFLAGS) \
+ $(xerces_CFLAGS)
adfs_lite_la_LIBADD = $(top_builddir)/shibsp/libshibsp-lite.la \
$(PTHREAD_LIBS) \
$(xmltooling_lite_LIBS) \
$(xerces_LIBS)
+adfs_lite_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = resource.h adfs.rc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list