X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=1c6fcbf0704a4e63161cd48580a4c41274da2d2d;hb=1be435396a9c3673fbda15bba2a1cf066a893408;hp=fdbbc05c7bd4cf7188cfd6701eee7d6473dc9aff;hpb=67534785e151f4c78aa5697703c55c5193deb65c;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index fdbbc05c..1c6fcbf0 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -19,6 +19,7 @@ noinst_HEADERS = \ noinst_HEADERS += \ compat/dlfcn.h \ + compat/mmap.h \ compat/tid.h # These headers should be moved to the public headers when tested and @@ -85,7 +86,6 @@ libringbuffer_la_SOURCES = \ ringbuffer/frontend_internal.h \ ringbuffer/frontend_types.h \ ringbuffer/getcpu.h \ - ringbuffer/mmap.h \ ringbuffer/nohz.h \ ringbuffer/rb-init.h \ ringbuffer/ring_buffer_backend.c \