X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=078ec9eefdbf99e611c675e9e797567488052ee7;hb=3aa28d2301d8b9c1f7eef509e3de42bca2abbffe;hp=e75ee2509e44c0c657bcc373016a18f61849051b;hpb=910dcd720731c190adbfb9bb50c67bb9c4235003;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e75ee250..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 \ @@ -133,9 +146,12 @@ libcommon_la_SOURCES = \ getenv.h \ logging.c \ logging.h \ + strutils.c \ + strutils.h \ patient.c libcommon_la_LIBADD = \ + libcompat.la \ libmsgpack.la \ libsnprintf.la