From: Scott Cantor Date: Wed, 4 May 2016 01:32:09 +0000 (-0400) Subject: Add subdir option to automake X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=73eb46b4c30ded59762eb034f0418dae31b03452 Add subdir option to automake --- 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