diff options
Diffstat (limited to 'lib/x509/Makefile.am')
-rw-r--r-- | lib/x509/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am index 9386a4e630..d16dfc7246 100644 --- a/lib/x509/Makefile.am +++ b/lib/x509/Makefile.am @@ -57,3 +57,7 @@ libgnutls_x509_la_SOURCES = \ x509_write.c \ verify-high.c \ verify-high.h + +if ENABLE_OCSP +libgnutls_x509_la_SOURCES += ocsp.c ocsp_output.c +endif |