X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=4567a24a6b23681f969e5a291ff061ec11aff3d7;hb=ae0b76db76aa9614381625d93f228a0ec71d4222;hp=6c383531fd46f4e73f90f3e34fe8bf05abc7b13d;hpb=799d344f0b89f0c3565f54ad740e7964eb75b7d2;p=userspace-rcu.git diff --git a/src/Makefile.am b/src/Makefile.am index 6c38353..4567a24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/src AM_LDFLAGS=-version-info $(URCU_LIBRARY_VERSION) $(LT_NO_UNDEFINED) dist_noinst_HEADERS = urcu-die.h urcu-wait.h compat-getcpu.h \ - compat-rand.h urcu-utils.h + compat-rand.h urcu-utils.h compat-smp.h COMPAT = compat_arch.c compat_futex.c @@ -57,4 +57,5 @@ pkgconfig_DATA = liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \ EXTRA_DIST = \ urcu-call-rcu-impl.h \ urcu-defer-impl.h \ + urcu-poll-impl.h \ rculfhash-internal.h