X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=078ec9eefdbf99e611c675e9e797567488052ee7;hb=3aa28d2301d8b9c1f7eef509e3de42bca2abbffe;hp=6e155f7dca3848991b74e5c97a555b86a2044a71;hpb=635ead38ff3308bd6475f088d6a58e6267e53d86;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6e155f7d..078ec9ee 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -10,13 +10,22 @@ noinst_HEADERS = \ align.h \ bitfield.h \ bitmap.h \ + clock.h \ + creds.h \ dynamic-type.h \ elf.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 \ @@ -42,6 +51,7 @@ noinst_HEADERS += \ noinst_LTLIBRARIES = \ libcounter.la \ + libcompat.la \ libmsgpack.la \ libringbuffer.la \ libsnprintf.la \ @@ -71,6 +81,11 @@ 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 \ @@ -88,7 +103,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 \ @@ -128,11 +142,16 @@ libsnprintf_la_SOURCES = \ # Common library libcommon_la_SOURCES = \ + getenv.c \ + getenv.h \ logging.c \ logging.h \ + strutils.c \ + strutils.h \ patient.c libcommon_la_LIBADD = \ + libcompat.la \ libmsgpack.la \ libsnprintf.la