X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=f1e8a971f41bf5687826e072547da17bf29ee065;hb=84ac63b891bfc8826584719a71f071b06ca66675;hp=a64ee6e4d043736c4fa731494e864f7482fc6e76;hpb=36385b6ec421b3e752ce1eaad3bcb6776f5536dd;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index a64ee6e4..f1e8a971 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -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 \