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