X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=078ec9eefdbf99e611c675e9e797567488052ee7;hb=8f51c684b1c9fde5d26b24515c03c04e8e4be515;hp=e450f8c858876fd617b6344ab122626d7c75e821;hpb=36c52fffa1beb46c7c15bb6ac4a4179cae373b98;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e450f8c8..078ec9ee 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -11,14 +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 += \ @@ -45,6 +51,7 @@ noinst_HEADERS += \ noinst_LTLIBRARIES = \ libcounter.la \ + libcompat.la \ libmsgpack.la \ libringbuffer.la \ libsnprintf.la \ @@ -74,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 \ @@ -134,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