Fix: add missing do-on-cpu-insn.h to make dist
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Jul 2019 01:24:48 +0000 (21:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Jul 2019 01:24:48 +0000 (21:24 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/Makefile.am

index 6201a8b9273768143b2382d686d04de836063588..18dfe299597ed7ed7fb148e2ca652139807c46e1 100644 (file)
@@ -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)
This page took 0.024395 seconds and 4 git commands to generate.