X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=4692e24c5329f89421d9591571fad71af64c4469;hb=f73bcf5eafdc10b2bbb32de0bcef709de0f8f5e5;hp=15aba9b5afae87d89cbccedf836f7a3d1c69e8d8;hpb=cecabda899366e6d1e4add32316f8630ff583389;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 15aba9b5..4692e24c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -12,17 +12,18 @@ noinst_HEADERS = \ bitmap.h \ clock.h \ creds.h \ - dynamic-type.h \ - elf.h \ err-ptr.h \ events.h \ + getcpu.h \ hash.h \ jhash.h \ logging.h \ macros.h \ + ns.h \ patient.h \ procname.h \ safe-snprintf.h \ + tracepoint.h \ wait.h noinst_HEADERS += \ @@ -49,7 +50,6 @@ noinst_HEADERS += \ noinst_LTLIBRARIES = \ libcounter.la \ - libcompat.la \ libmsgpack.la \ libringbuffer.la \ libsnprintf.la \ @@ -67,9 +67,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 @@ -79,11 +77,6 @@ endif libcounter_la_CFLAGS = -DUST_COMPONENT="libcounter" $(AM_CFLAGS) -# compat -libcompat_la_SOURCES = \ - compat/futex.c \ - compat/futex.h - # msgpack libmsgpack_la_SOURCES = \ msgpack/msgpack.c \ @@ -110,8 +103,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 = \ @@ -140,14 +131,24 @@ 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 = \ - libcompat.la \ libmsgpack.la \ libsnprintf.la