"make dist" currently produces a tarball that is missing
librinbuffer/smp.h, resulting in a build failure when an attempt to
compile the tarball is make. This patch addresses the issue by properly
including the file in Makefile.am.
Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
noinst_LTLIBRARIES = libringbuffer.la
libringbuffer_la_SOURCES = \
- shm.c \
- shm.h \
- smp.c \
- shm.h shm_types.h shm_internal.h \
+ smp.h smp.c \
+ shm.c shm.h shm_types.h shm_internal.h \
ring_buffer_backend.c \
ring_buffer_frontend.c \
api.h \