From 9758c5cfee9778257eedd9b982084a050a416912 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 3 May 2016 21:16:41 -0400 Subject: [PATCH] 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 -- 2.1.4