X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=17b89db7bd9fa94754e8fcff8efd8c580e291aa6;hb=455b809af97338c959280aee24a36699c4a947b5;hp=02e0583c08c3a8f3be1d9081a1fabe390d894ac6;hpb=806f8114cdc8ed02ca1feba0ecb69aac9c0fbd5d;p=userspace-rcu.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 02e0583..17b89db 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,12 +40,6 @@ URCU_MB_LIB=$(top_builddir)/liburcu-mb.la URCU_SIGNAL_LIB=$(top_builddir)/liburcu-signal.la URCU_BP_LIB=$(top_builddir)/liburcu-bp.la -if GCC_API -APIHEADER=api_gcc.h -else -APIHEADER=api_@ARCHTYPE@.h -endif - EXTRA_DIST = $(top_srcdir)/tests/api_*.h @@ -156,9 +150,3 @@ test_urcu_bp_dynamic_link_SOURCES = test_urcu_bp.c $(URCU_BP) test_urcu_bp_dynamic_link_CFLAGS = -DDYNAMIC_LINK_TEST $(AM_CFLAGS) urcutorture.c: api.h - -api.h: $(APIHEADER) - cp -f $(srcdir)/$(APIHEADER) api.h - -clean-local: - rm -f api.h