X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=a53e4ce750404f3dbe7e9c59f64a0bc2049e18fc;hb=74cc1f594e05b5a3524529f018d85efaad53f9a3;hp=d80172dd0b9482d0a6689f17de5310afdf92fde2;hpb=6abdf6dc5a8a53ed53398c81d68a9f4be9036f1c;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index d80172dd..a53e4ce7 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -14,12 +14,17 @@ noinst_HEADERS = \ 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 += \ @@ -64,9 +69,7 @@ libcounter_la_SOURCES = \ counter/shm.c \ counter/shm.h \ counter/shm_internal.h \ - counter/shm_types.h \ - counter/smp.c \ - counter/smp.h + counter/shm_types.h libcounter_la_LIBADD = -lrt @@ -107,8 +110,6 @@ libringbuffer_la_SOURCES = \ ringbuffer/shm.h \ ringbuffer/shm_internal.h \ ringbuffer/shm_types.h \ - ringbuffer/smp.c \ - ringbuffer/smp.h \ ringbuffer/vatomic.h libringbuffer_la_LIBADD = \ @@ -141,6 +142,10 @@ libcommon_la_SOURCES = \ getenv.h \ logging.c \ logging.h \ + smp.c \ + smp.h \ + strutils.c \ + strutils.h \ patient.c libcommon_la_LIBADD = \