X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=078ec9eefdbf99e611c675e9e797567488052ee7;hb=3aa28d2301d8b9c1f7eef509e3de42bca2abbffe;hp=2ab4bfdc6271e63c0fdf37050b87df8f16e4a4af;hpb=247c2ecd8e17ab02996e45cfa1be254b04161210;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 2ab4bfdc..078ec9ee 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -11,13 +11,20 @@ noinst_HEADERS = \ 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 \ + tracepoint.h \ wait.h noinst_HEADERS += \ @@ -44,6 +51,7 @@ noinst_HEADERS += \ noinst_LTLIBRARIES = \ libcounter.la \ + libcompat.la \ libmsgpack.la \ libringbuffer.la \ libsnprintf.la \ @@ -73,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 \ @@ -129,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