From: Yang Tse Date: Tue, 15 Jan 2013 18:40:41 +0000 (+0100) Subject: commit bc682cbd follow-up X-Git-Tag: curl-7_29_0~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ab3ae0bf0666cc3766ddc5b9f4536d7e1f22565;p=curl commit bc682cbd follow-up --- diff --git a/configure.ac b/configure.ac index fdb49efc9..7a51b03b4 100644 --- a/configure.ac +++ b/configure.ac @@ -3725,6 +3725,8 @@ AC_CONFIG_FILES([Makefile \ lib/Makefile \ lib/libcurl.vers \ tests/Makefile \ + tests/certs/Makefile \ + tests/certs/scripts/Makefile \ tests/data/Makefile \ tests/server/Makefile \ tests/libtest/Makefile \ diff --git a/tests/certs/Makefile.am b/tests/certs/Makefile.am index ef4626889..cd35bdff2 100644 --- a/tests/certs/Makefile.am +++ b/tests/certs/Makefile.am @@ -19,6 +19,7 @@ # KIND, either express or implied. # ########################################################################### +AUTOMAKE_OPTIONS = foreign SUBDIRS = scripts diff --git a/tests/certs/scripts/Makefile.am b/tests/certs/scripts/Makefile.am index ff6983caa..ffc1449b7 100644 --- a/tests/certs/scripts/Makefile.am +++ b/tests/certs/scripts/Makefile.am @@ -19,6 +19,7 @@ # KIND, either express or implied. # ########################################################################### +AUTOMAKE_OPTIONS = foreign SCRIPTFILES = \ genroot.sh \