From 2aac2dbbd0aad5d5a77c7d791b21d136b875b3ba Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 25 Jul 2019 21:24:48 -0400 Subject: [PATCH] Fix: add missing do-on-cpu-insn.h to make dist Signed-off-by: Mathieu Desnoyers --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6201a8b..18dfe29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,8 @@ librseq_la_SOURCES = \ if HAVE_DO_ON_CPU librseq_la_SOURCES += \ cpu-op.c \ - percpu-op.c + percpu-op.c \ + do-on-cpu-insn.h endif librseq_la_LDFLAGS = -no-undefined -version-info $(RSEQ_LIBRARY_VERSION) -- 2.34.1