diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 3c7bb10..247c66b 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -931,6 +931,7 @@ libcrypto_la_SOURCES += x509/x509_genn.c | |||
931 | libcrypto_la_SOURCES += x509/x509_ia5.c | 931 | libcrypto_la_SOURCES += x509/x509_ia5.c |
932 | libcrypto_la_SOURCES += x509/x509_info.c | 932 | libcrypto_la_SOURCES += x509/x509_info.c |
933 | libcrypto_la_SOURCES += x509/x509_int.c | 933 | libcrypto_la_SOURCES += x509/x509_int.c |
934 | libcrypto_la_SOURCES += x509/x509_issuer_cache.c | ||
934 | libcrypto_la_SOURCES += x509/x509_lib.c | 935 | libcrypto_la_SOURCES += x509/x509_lib.c |
935 | libcrypto_la_SOURCES += x509/x509_lu.c | 936 | libcrypto_la_SOURCES += x509/x509_lu.c |
936 | libcrypto_la_SOURCES += x509/x509_ncons.c | 937 | libcrypto_la_SOURCES += x509/x509_ncons.c |
@@ -964,4 +965,5 @@ noinst_HEADERS += x509/ext_dat.h | |||
964 | noinst_HEADERS += x509/pcy_int.h | 965 | noinst_HEADERS += x509/pcy_int.h |
965 | noinst_HEADERS += x509/vpm_int.h | 966 | noinst_HEADERS += x509/vpm_int.h |
966 | noinst_HEADERS += x509/x509_internal.h | 967 | noinst_HEADERS += x509/x509_internal.h |
968 | noinst_HEADERS += x509/x509_issuer_cache.h | ||
967 | noinst_HEADERS += x509/x509_lcl.h | 969 | noinst_HEADERS += x509/x509_lcl.h |