X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=777764fd7750be3e00d32d3c7a823592d48fd1e4;hb=bb863844b80f455f7c44279da57d966f7d42ab51;hp=f89dd1c37d6e8e16375614365466bca2f1d539fc;hpb=c5e8ef85e4c09e2f91a226195dc59f8b0bd6fd60;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index f89dd1c3..777764fd 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -13,7 +13,6 @@ noinst_HEADERS = \ clock.h \ creds.h \ dynamic-type.h \ - elf.h \ err-ptr.h \ events.h \ hash.h \ @@ -24,6 +23,7 @@ noinst_HEADERS = \ patient.h \ procname.h \ safe-snprintf.h \ + tracepoint.h \ wait.h noinst_HEADERS += \ @@ -68,9 +68,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 @@ -111,8 +109,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 = \ @@ -141,10 +137,18 @@ libsnprintf_la_SOURCES = \ # Common library libcommon_la_SOURCES = \ + elf.c \ + elf.h \ 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 = \