X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=f4c134a704685a0358eec114834c91d4878ec090;hb=08ba2503b86d1506117c077c99eb1c38973a48f3;hp=6e155f7dca3848991b74e5c97a555b86a2044a71;hpb=635ead38ff3308bd6475f088d6a58e6267e53d86;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6e155f7d..f4c134a7 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -10,13 +10,20 @@ noinst_HEADERS = \ align.h \ bitfield.h \ bitmap.h \ - dynamic-type.h \ - elf.h \ + clock.h \ + creds.h \ + err-ptr.h \ + events.h \ + hash.h \ + jhash.h \ logging.h \ macros.h \ + ns.h \ patient.h \ procname.h \ - safe-snprintf.h + safe-snprintf.h \ + tracepoint.h \ + wait.h noinst_HEADERS += \ compat/dlfcn.h \ @@ -59,9 +66,7 @@ libcounter_la_SOURCES = \ counter/shm.c \ counter/shm.h \ counter/shm_internal.h \ - counter/shm_types.h \ - counter/smp.c \ - counter/smp.h + counter/shm_types.h libcounter_la_LIBADD = -lrt @@ -88,7 +93,6 @@ libringbuffer_la_SOURCES = \ ringbuffer/frontend.h \ ringbuffer/frontend_internal.h \ ringbuffer/frontend_types.h \ - ringbuffer/getcpu.h \ ringbuffer/nohz.h \ ringbuffer/rb-init.h \ ringbuffer/ring_buffer_backend.c \ @@ -98,8 +102,6 @@ libringbuffer_la_SOURCES = \ ringbuffer/shm.h \ ringbuffer/shm_internal.h \ ringbuffer/shm_types.h \ - ringbuffer/smp.c \ - ringbuffer/smp.h \ ringbuffer/vatomic.h libringbuffer_la_LIBADD = \ @@ -128,8 +130,21 @@ libsnprintf_la_SOURCES = \ # Common library libcommon_la_SOURCES = \ + dynamic-type.c \ + dynamic-type.h \ + elf.c \ + elf.h \ + events.c \ + getenv.c \ + getenv.h \ logging.c \ logging.h \ + smp.c \ + smp.h \ + strutils.c \ + strutils.h \ + utils.c \ + utils.h \ patient.c libcommon_la_LIBADD = \