Remove duplicated 'smp' code
[lttng-ust.git] / src / common / Makefile.am
index f89dd1c37d6e8e16375614365466bca2f1d539fc..a53e4ce750404f3dbe7e9c59f64a0bc2049e18fc 100644 (file)
@@ -24,6 +24,7 @@ noinst_HEADERS = \
        patient.h \
        procname.h \
        safe-snprintf.h \
+       tracepoint.h \
        wait.h
 
 noinst_HEADERS += \
@@ -68,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
 
@@ -111,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 = \
@@ -145,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 = \
This page took 0.023397 seconds and 4 git commands to generate.