Fix: out of tree build tests/common
[urcu.git] / tests / common / Makefile.am
index 6e2327201473e36d892e56a687f485963c3c093f..b55e527a254f5a3c123b310f0857d4c2b69efc57 100644 (file)
@@ -1,3 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
+
 noinst_HEADERS = cpuset.h 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.023171 seconds and 4 git commands to generate.