aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-15 07:56:44 -0600
committerBrent Cook <busterb@gmail.com>2023-02-15 07:56:44 -0600
commit3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5 (patch)
tree99051bae4bb93a8e36f9560dc39f0b85d52b3f6f /Makefile.am
parent20fb2bdb1197008f46c080b8539084c69b7a8c92 (diff)
downloadportable-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.am2
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 @@
1SUBDIRS = crypto ssl tls include apps man 1SUBDIRS = include crypto ssl tls apps man
2if ENABLE_TESTS 2if ENABLE_TESTS
3SUBDIRS += tests 3SUBDIRS += tests
4endif 4endif