X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=4692e24c5329f89421d9591571fad71af64c4469;hb=f73bcf5eafdc10b2bbb32de0bcef709de0f8f5e5;hp=777764fd7750be3e00d32d3c7a823592d48fd1e4;hpb=4667b1924a9b01081722535013b8386c04700fe8;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 777764fd..4692e24c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -12,9 +12,9 @@ noinst_HEADERS = \ bitmap.h \ clock.h \ creds.h \ - dynamic-type.h \ err-ptr.h \ events.h \ + getcpu.h \ hash.h \ jhash.h \ logging.h \ @@ -50,7 +50,6 @@ noinst_HEADERS += \ noinst_LTLIBRARIES = \ libcounter.la \ - libcompat.la \ libmsgpack.la \ libringbuffer.la \ libsnprintf.la \ @@ -78,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 \ @@ -137,8 +131,11 @@ 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 \ @@ -152,7 +149,6 @@ libcommon_la_SOURCES = \ patient.c libcommon_la_LIBADD = \ - libcompat.la \ libmsgpack.la \ libsnprintf.la