Split ust-events-internal.h between common and liblttng-ust
[lttng-ust.git] / src / common / Makefile.am
index 619276ede2009d95680ee190fc516388d036c2f8..e450f8c858876fd617b6344ab122626d7c75e821 100644 (file)
@@ -13,6 +13,7 @@ noinst_HEADERS = \
        clock.h \
        dynamic-type.h \
        elf.h \
+       events.h \
        logging.h \
        macros.h \
        patient.h \
@@ -90,7 +91,6 @@ libringbuffer_la_SOURCES = \
        ringbuffer/frontend.h \
        ringbuffer/frontend_internal.h \
        ringbuffer/frontend_types.h \
-       ringbuffer/getcpu.h \
        ringbuffer/nohz.h \
        ringbuffer/rb-init.h \
        ringbuffer/ring_buffer_backend.c \
@@ -130,6 +130,8 @@ libsnprintf_la_SOURCES = \
 
 # Common library
 libcommon_la_SOURCES = \
+       getenv.c \
+       getenv.h \
        logging.c \
        logging.h \
        patient.c
This page took 0.024989 seconds and 4 git commands to generate.