[cpp-opensaml] 01/02: Add subdir option to automake

Scott Cantor cantor.2 at osu.edu
Tue May 3 21:28:43 EDT 2016


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

scantor pushed a commit to branch master
in repository cpp-opensaml.

commit 9758c5cfee9778257eedd9b982084a050a416912
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 3 21:16:41 2016 -0400

    Add subdir option to automake
---
 saml/Makefile.am     | 2 +-
 samltest/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/saml/Makefile.am b/saml/Makefile.am
index c550bd6..dd4a818 100644
--- a/saml/Makefile.am
+++ b/saml/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects
 
 lib_LTLIBRARIES = libsaml.la
 
diff --git a/samltest/Makefile.am b/samltest/Makefile.am
index 124f4ce..674d6f1 100644
--- a/samltest/Makefile.am
+++ b/samltest/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects
 
 if BUILD_UNITTEST
 bin_PROGRAMS = samltest

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list