move pthread flags/libs to autoconf defines so available to library proper and external tests/examples

This commit is contained in:
toddouska
2013-04-01 15:50:13 -07:00
parent 4b90474581
commit 0005b4cbe4
4 changed files with 6 additions and 10 deletions

View File

@@ -131,11 +131,6 @@ if BUILD_CRL
src_libcyassl_la_SOURCES += src/crl.c
endif
if BUILD_CRL_MONITOR
src_libcyassl_la_CFLAGS += $(PTHREAD_CFLAGS)
src_libcyassl_la_LIBADD += $(PTHREAD_LIBS)
endif
if BUILD_LIBZ
src_libcyassl_la_SOURCES += ctaocrypt/src/compress.c
endif