Ensure that read-side functions meet 10-line LGPL criterion
[urcu.git] / Makefile.am
index 0a369fdb4c1953ca41efe5f73812e4518fef0951..2396fcf1b149894f0fc5172bbbd3353197d80965 100644 (file)
@@ -18,9 +18,12 @@ nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \
                urcu/ref.h urcu/cds.h urcu/urcu_ref.h urcu/urcu-futex.h \
                urcu/uatomic_arch.h urcu/rculfhash.h \
                $(top_srcdir)/urcu/map/*.h \
-               $(top_srcdir)/urcu/static/*.h
+               $(top_srcdir)/urcu/static/*.h \
+               urcu/tls-compat.h
 nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h
 
+dist_noinst_HEADERS = urcu-die.h
+
 EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \
                gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \
                LICENSE compat_arch_x86.c \
@@ -77,3 +80,5 @@ pkgconfig_DATA = liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
        liburcu-signal.pc liburcu-mb.pc
 
 dist_doc_DATA = README ChangeLog
+
+dist_noinst_DATA = CodingStyle
This page took 0.02263 seconds and 4 git commands to generate.