Merge branch 'master' into urcu/ht-shrink
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 9 Jan 2012 23:12:13 +0000 (18:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 9 Jan 2012 23:12:13 +0000 (18:12 -0500)
1  2 
Makefile.am

diff --combined Makefile.am
index e1bf095458db0cd891dbaef174b158be07743156,a14029b3ad0edcf6417c64eb741b874bfa78f6fa..3cfa0ef66ff1b7de98c2ebcafce354aee6d2ba3b
@@@ -1,3 -1,5 +1,5 @@@
+ ACLOCAL_AMFLAGS=-I config
  INCLUDES = -I$(top_builddir)/urcu
  
  #Add the -version-info directly here since we are only building
@@@ -8,21 -10,19 +10,21 @@@ AM_CFLAGS=-Wal
  SUBDIRS = . tests
  
  include_HEADERS = urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h \
 -              urcu-pointer.h urcu-qsbr.h
 +              urcu-pointer.h urcu-qsbr.h urcu-flavor.h
  nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \
                urcu/rculist.h urcu/rcuhlist.h urcu/system.h urcu/futex.h \
                urcu/uatomic/generic.h urcu/arch/generic.h urcu/wfstack.h \
                urcu/wfqueue.h urcu/rculfstack.h urcu/rculfqueue.h \
                urcu/ref.h urcu/map/*.h urcu/static/*.h urcu/cds.h \
 -              urcu/urcu_ref.h urcu/urcu-futex.h urcu/uatomic_arch.h
 +              urcu/urcu_ref.h urcu/urcu-futex.h urcu/uatomic_arch.h \
 +              urcu/rculfhash.h
  nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h
  
  EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \
                gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \
                README LICENSE compat_arch_x86.c \
                urcu-call-rcu-impl.h urcu-defer-impl.h \
 +              rculfhash-internal.h \
                ChangeLog API.txt \
                $(top_srcdir)/tests/*.sh
  
@@@ -36,9 -36,6 +38,9 @@@ if COMPAT_FUTE
  COMPAT+=compat_futex.c
  endif
  
 +RCULFHASH = rculfhash.c rculfhash-mm-order.c rculfhash-mm-chunk.c \
 +              rculfhash-mm-mmap.c
 +
  lib_LTLIBRARIES = liburcu-common.la \
                liburcu.la liburcu-qsbr.la \
                liburcu-mb.la liburcu-signal.la liburcu-bp.la \
@@@ -67,7 -64,7 +69,7 @@@ liburcu_signal_la_LIBADD = liburcu-comm
  liburcu_bp_la_SOURCES = urcu-bp.c urcu-pointer.c $(COMPAT)
  liburcu_bp_la_LIBADD = liburcu-common.la
  
 -liburcu_cds_la_SOURCES = rculfqueue.c rculfstack.c $(COMPAT)
 +liburcu_cds_la_SOURCES = rculfqueue.c rculfstack.c $(RCULFHASH) $(COMPAT)
  liburcu_cds_la_LIBADD = liburcu-common.la
  
  pkgconfigdir = $(libdir)/pkgconfig
This page took 0.026115 seconds and 4 git commands to generate.