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