X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=7b21321d9c06099b817fd63bf0ed2ed1baa3c23e;hb=a59f39055b5ecb77b68cf78b9839aa9e8e4ec332;hp=672beecad0176a848ab31d5258c97bee668e4747;hpb=a47dd11cc003c264dccfa9541e7974690e724037;p=userspace-rcu.git diff --git a/Makefile.am b/Makefile.am index 672beec..7b21321 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,8 @@ 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 +if USE_CYGWIN +AM_LDFLAGS+=-no-undefined endif AM_CFLAGS=-Wall