X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=a53e4ce750404f3dbe7e9c59f64a0bc2049e18fc;hb=08c0c18ad4d5acf6e6f84c39935f359e6706ea8b;hp=078ec9eefdbf99e611c675e9e797567488052ee7;hpb=8f51c684b1c9fde5d26b24515c03c04e8e4be515;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 078ec9ee..a53e4ce7 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -69,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 @@ -112,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 = \ @@ -146,6 +142,8 @@ libcommon_la_SOURCES = \ getenv.h \ logging.c \ logging.h \ + smp.c \ + smp.h \ strutils.c \ strutils.h \ patient.c