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

Scott Cantor cantor.2 at osu.edu
Tue May 3 22:09:30 EDT 2016


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

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

commit 73eb46b4c30ded59762eb034f0418dae31b03452
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 3 21:32:09 2016 -0400

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

diff --git a/.gitignore b/.gitignore
index 415542a..bc4d500 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,4 +91,5 @@ x64
 /shibsp/stamp-h2
 /util/mdquery
 /util/resolvertest
-/*/.deps
+.deps
+.dirstamp
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 9f76511..e522bea 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects
 
 lib_LTLIBRARIES = libshibsp.la libshibsp-lite.la
 

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


More information about the commits mailing list