linux crl dir monitoring fixes

This commit is contained in:
toddouska
2012-05-23 16:55:26 -07:00
parent 0aea2607b5
commit db7773aa54
3 changed files with 7 additions and 4 deletions

View File

@@ -72,5 +72,7 @@ endif
if BUILD_CRL
src_libcyassl_la_SOURCES += src/crl.c
src_libcyassl_la_CFLAGS += $(PTHREAD_CFLAGS)
src_libcyassl_la_LIBADD += $(PTHREAD_LIBS)
endif