Move lttng_ust_strerror to liblttng-ust
[lttng-ust.git] / src / common / Makefile.am
index d80172dd0b9482d0a6689f17de5310afdf92fde2..777764fd7750be3e00d32d3c7a823592d48fd1e4 100644 (file)
@@ -13,13 +13,17 @@ noinst_HEADERS = \
        clock.h \
        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 +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
 
@@ -107,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 = \
@@ -137,10 +137,18 @@ libsnprintf_la_SOURCES = \
 
 # Common library
 libcommon_la_SOURCES = \
+       elf.c \
+       elf.h \
        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 = \
This page took 0.023918 seconds and 4 git commands to generate.