diff options
Diffstat (limited to 'apps/openssl/Makefile.am')
-rw-r--r-- | apps/openssl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 6ec3d62..7345479 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -89,6 +89,7 @@ noinst_HEADERS += timeouts.h | |||
89 | EXTRA_DIST = cert.pem | 89 | EXTRA_DIST = cert.pem |
90 | EXTRA_DIST += openssl.cnf | 90 | EXTRA_DIST += openssl.cnf |
91 | EXTRA_DIST += x509v3.cnf | 91 | EXTRA_DIST += x509v3.cnf |
92 | EXTRA_DIST += CMakeLists.txt | ||
92 | 93 | ||
93 | install-exec-hook: | 94 | install-exec-hook: |
94 | @if [ "@OPENSSLDIR@x" != "x" ]; then \ | 95 | @if [ "@OPENSSLDIR@x" != "x" ]; then \ |