Remove glibc < 2.4 compat code for sched_setaffinity
[urcu.git] / tests / common / Makefile.am
index 6e2327201473e36d892e56a687f485963c3c093f..223b9291a8cea4d86c459bca2a0e302e231d1a10 100644 (file)
@@ -1,3 +1,9 @@
-noinst_HEADERS = cpuset.h thread-id.h
+AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src
+
+noinst_HEADERS = thread-id.h
+
+noinst_LTLIBRARIES = libdebug-yield.la
+
+libdebug_yield_la_SOURCES = debug-yield.c debug-yield.h
 
 EXTRA_DIST = api.h
This page took 0.024255 seconds and 4 git commands to generate.