diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-15 07:56:44 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-15 07:56:44 -0600 |
commit | 3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5 (patch) | |
tree | 99051bae4bb93a8e36f9560dc39f0b85d52b3f6f /Makefile.am | |
parent | 20fb2bdb1197008f46c080b8539084c69b7a8c92 (diff) | |
download | portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.tar.gz portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.tar.bz2 portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.zip |
generate opensslconf.h based on host cpu architecture
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ed59df0..d28692a 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | SUBDIRS = crypto ssl tls include apps man | 1 | SUBDIRS = include crypto ssl tls apps man |
2 | if ENABLE_TESTS | 2 | if ENABLE_TESTS |
3 | SUBDIRS += tests | 3 | SUBDIRS += tests |
4 | endif | 4 | endif |