Fix problem with including libringbuffer/smp.h in make-dist
[lttng-ust.git] / libringbuffer / Makefile.am
index a64ee6e4d043736c4fa731494e864f7482fc6e76..f1e8a971f41bf5687826e072547da17bf29ee065 100644 (file)
@@ -4,10 +4,8 @@ AM_CFLAGS = -fno-strict-aliasing
 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 \
This page took 0.029388 seconds and 4 git commands to generate.