X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=fa2a9da87a491cb1a7cdb586bba2816684c96f00;hb=27b98e6c9ed3fbfc9ee84b56582892db3009b1b7;hp=2fbc8fffacf2db9242493bec043134613e08e9ff;hpb=e4db8f987126e1c1e586e5ae1e1ba73d0ab43438;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 2fbc8fff..fa2a9da8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -15,11 +15,14 @@ noinst_HEADERS = \ logging.h \ macros.h \ patient.h \ - safe-snprintf.h \ - ustcomm.h + procname.h \ + safe-snprintf.h noinst_HEADERS += \ compat/dlfcn.h \ + compat/errno.h \ + compat/mmap.h \ + compat/pthread.h \ compat/tid.h # These headers should be moved to the public headers when tested and @@ -42,7 +45,8 @@ noinst_LTLIBRARIES = \ msgpack/libmsgpack.la \ libringbuffer.la \ snprintf/libsnprintf.la \ - libcommon.la + libcommon.la \ + libustcomm.la # counter libcounter_la_SOURCES = \ @@ -85,7 +89,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 \ @@ -133,4 +136,8 @@ libcommon_la_LIBADD = \ msgpack/libmsgpack.la \ snprintf/libsnprintf.la +libustcomm_la_SOURCES = \ + ustcomm.c \ + ustcomm.h + EXTRA_DIST = snprintf/README