X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=ce427655fc82dc003cc3daed3ce33a7a22f0ed97;hb=810185f3a90e717e2a482b4555f90f4d4f6d7bbf;hp=078ec9eefdbf99e611c675e9e797567488052ee7;hpb=8f51c684b1c9fde5d26b24515c03c04e8e4be515;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 078ec9ee..ce427655 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -13,7 +13,6 @@ noinst_HEADERS = \ clock.h \ creds.h \ dynamic-type.h \ - elf.h \ err-ptr.h \ events.h \ hash.h \ @@ -69,9 +68,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 @@ -112,8 +109,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 = \ @@ -142,12 +137,19 @@ libsnprintf_la_SOURCES = \ # Common library libcommon_la_SOURCES = \ + 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 = \