Fix tests Makefile EXTRA_DIST to use api.h
[userspace-rcu.git] / tests / Makefile.am
index 674260fff1f1dc367310aab6c705ff223f2ac9e2..f3eec85bc25a1a3155b1fe959a488d628edf9a38 100644 (file)
@@ -44,7 +44,7 @@ URCU_SIGNAL_LIB=$(top_builddir)/liburcu-signal.la
 URCU_BP_LIB=$(top_builddir)/liburcu-bp.la
 URCU_CDS_LIB=$(top_builddir)/liburcu-cds.la
 
-EXTRA_DIST = $(top_srcdir)/tests/api_*.h
+EXTRA_DIST = $(top_srcdir)/tests/api.h
 
 
 test_urcu_SOURCES = test_urcu.c $(URCU)
This page took 0.022149 seconds and 4 git commands to generate.