Add subdir option to automake
authorScott Cantor <cantor.2@osu.edu>
Wed, 4 May 2016 01:32:09 +0000 (21:32 -0400)
committerScott Cantor <cantor.2@osu.edu>
Wed, 4 May 2016 01:32:09 +0000 (21:32 -0400)
.gitignore
shibsp/Makefile.am

index 415542a..bc4d500 100644 (file)
@@ -91,4 +91,5 @@ x64
 /shibsp/stamp-h2\r
 /util/mdquery\r
 /util/resolvertest\r
-/*/.deps\r
+.deps\r
+.dirstamp\r
index 9f76511..e522bea 100644 (file)
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = foreign\r
+AUTOMAKE_OPTIONS = foreign subdir-objects\r
 \r
 lib_LTLIBRARIES = libshibsp.la libshibsp-lite.la\r
 \r