X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=7b21321d9c06099b817fd63bf0ed2ed1baa3c23e;hb=a59f39055b5ecb77b68cf78b9839aa9e8e4ec332;hp=19a44ea19b8a5cf2c8a501c04f13f3958633930d;hpb=ad46005890368f9c306f0c510b3d4b08c47b66f8;p=userspace-rcu.git diff --git a/Makefile.am b/Makefile.am index 19a44ea..7b21321 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ -ACLOCAL_AMFLAGS=-I config +ACLOCAL_AMFLAGS=-I m4 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 @@ -27,7 +27,7 @@ nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ urcu/tls-compat.h urcu/debug.h nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h -dist_noinst_HEADERS = urcu-die.h urcu-wait.h +dist_noinst_HEADERS = urcu-die.h urcu-wait.h compat-getcpu.h EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \