diff options
author | Yang Tse <yangsita@gmail.com> | 2013-01-15 19:40:41 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-01-15 19:54:47 +0100 |
commit | 7ab3ae0bf0666cc3766ddc5b9f4536d7e1f22565 (patch) | |
tree | c1dbb923643894a45491954fe09d4d3c4836e168 /tests/certs | |
parent | 4b401b2d99234558029aefd8d86ac747d4d77be8 (diff) | |
download | curl-7ab3ae0bf0666cc3766ddc5b9f4536d7e1f22565.tar.gz |
commit bc682cbd follow-up
Diffstat (limited to 'tests/certs')
-rw-r--r-- | tests/certs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/certs/scripts/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
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 \ |