[cpp-sp] 06/08: Supply build dependencies for the tests
Scott Cantor
cantor.2 at osu.edu
Fri Oct 12 14:06:42 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=6bb80de8efdb7a8701eedc2b674cfd4735572a3d
commit 6bb80de8efdb7a8701eedc2b674cfd4735572a3d
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sun Aug 12 15:22:57 2018 +0200
Supply build dependencies for the tests
---
unittests/Makefile.am | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/unittests/Makefile.am b/unittests/Makefile.am
index c563e17..02039b6 100644
--- a/unittests/Makefile.am
+++ b/unittests/Makefile.am
@@ -2,7 +2,12 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
if BUILD_UNITTEST
bin_PROGRAMS = shibsptest
-shibsptest_CXXFLAGS = $(AM_CXXFLAGS) $(CXXTESTFLAGS)
+shibsptest_CXXFLAGS = \
+ $(AM_CXXFLAGS) \
+ $(CXXTESTFLAGS) \
+ $(opensaml_CFLAGS) \
+ $(xerces_CFLAGS) \
+ $(xmltooling_CFLAGS)
else
bin_PROGRAMS =
endif
@@ -33,6 +38,10 @@ do-cxxtestgen:
$(nodist_shibsptest_SOURCES): %.cpp: %.h
$(MAKE) do-cxxtestgen HFILE=$< CPPFILE=$@
-shibsptest_LDADD = $(top_builddir)/shibsp/libshibsp.la
+shibsptest_LDADD = \
+ $(top_builddir)/shibsp/libshibsp.la \
+ $(opensaml_LIBS) \
+ $(xerces_LIBS) \
+ $(xmltooling_LIBS)
EXTRA_DIST = data
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list