X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=7b21321d9c06099b817fd63bf0ed2ed1baa3c23e;hp=8e25fd966769a3cffc7313babb8d3dfb16e04818;hb=a59f39055b5ecb77b68cf78b9839aa9e8e4ec332;hpb=7be759d1adf95b168f09e513232ea26de15e1eaf diff --git a/Makefile.am b/Makefile.am index 8e25fd9..7b21321 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,9 +5,6 @@ AM_CPPFLAGS = -I$(top_builddir)/urcu #Add the -version-info directly here since we are only building # library that use the version-info AM_LDFLAGS=-version-info $(URCU_LIBRARY_VERSION) -if !LIBC_INCLUDES_PTHREAD -AM_LDFLAGS+=-lpthread -endif if USE_CYGWIN AM_LDFLAGS+=-no-undefined endif