From e2dd4f26d6176f28fcde7bd5076d0cf9d6eb05d3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 10 Aug 2013 01:29:29 -0400 Subject: [PATCH] Add missing tests/common/Makefile.am Signed-off-by: Mathieu Desnoyers --- tests/common/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/common/Makefile.am diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am new file mode 100644 index 0000000..6e23272 --- /dev/null +++ b/tests/common/Makefile.am @@ -0,0 +1,3 @@ +noinst_HEADERS = cpuset.h thread-id.h + +EXTRA_DIST = api.h -- 2.34.1