use autoconf symbolic linking
[urcu.git] / tests / Makefile.am
index 02e0583c08c3a8f3be1d9081a1fabe390d894ac6..17b89db7bd9fa94754e8fcff8efd8c580e291aa6 100644 (file)
@@ -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
This page took 0.023022 seconds and 4 git commands to generate.