X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=4692e24c5329f89421d9591571fad71af64c4469;hb=f73bcf5eafdc10b2bbb32de0bcef709de0f8f5e5;hp=e75ee2509e44c0c657bcc373016a18f61849051b;hpb=910dcd720731c190adbfb9bb50c67bb9c4235003;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e75ee250..4692e24c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -11,13 +11,19 @@ noinst_HEADERS = \ bitfield.h \ bitmap.h \ clock.h \ - dynamic-type.h \ - elf.h \ + creds.h \ + err-ptr.h \ + events.h \ + getcpu.h \ + hash.h \ + jhash.h \ logging.h \ macros.h \ + ns.h \ patient.h \ procname.h \ safe-snprintf.h \ + tracepoint.h \ wait.h noinst_HEADERS += \ @@ -61,9 +67,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 @@ -99,8 +103,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 = \ @@ -129,10 +131,21 @@ 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 \ logging.h \ + smp.c \ + smp.h \ + strutils.c \ + strutils.h \ + utils.c \ + utils.h \ patient.c libcommon_la_LIBADD = \