diff options
author | Brent Cook <busterb@gmail.com> | 2023-03-23 06:35:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-03-23 06:35:41 -0500 |
commit | 6501696dd7669b3d20d69beffc508c46f0a807da (patch) | |
tree | 97aa5999879893746df35315fa74343e5f095672 /include/Makefile.am | |
parent | dc7d38d52f829f77d60ddeb31546d20783d73498 (diff) | |
download | portable-6501696dd7669b3d20d69beffc508c46f0a807da.tar.gz portable-6501696dd7669b3d20d69beffc508c46f0a807da.tar.bz2 portable-6501696dd7669b3d20d69beffc508c46f0a807da.zip |
generate opensslconf.h for mips
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 26e82fe..077637d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -51,6 +51,7 @@ noinst_HEADERS += arch/arm/opensslconf.h | |||
51 | noinst_HEADERS += arch/hppa/opensslconf.h | 51 | noinst_HEADERS += arch/hppa/opensslconf.h |
52 | noinst_HEADERS += arch/i386/opensslconf.h | 52 | noinst_HEADERS += arch/i386/opensslconf.h |
53 | noinst_HEADERS += arch/m88k/opensslconf.h | 53 | noinst_HEADERS += arch/m88k/opensslconf.h |
54 | noinst_HEADERS += arch/mips/opensslconf.h | ||
54 | noinst_HEADERS += arch/mips64/opensslconf.h | 55 | noinst_HEADERS += arch/mips64/opensslconf.h |
55 | noinst_HEADERS += arch/powerpc/opensslconf.h | 56 | noinst_HEADERS += arch/powerpc/opensslconf.h |
56 | noinst_HEADERS += arch/powerpc64/opensslconf.h | 57 | noinst_HEADERS += arch/powerpc64/opensslconf.h |