Split and move compat.h to 'common/compat/'
[lttng-ust.git] / src / common / Makefile.am
index 2fbc8fffacf2db9242493bec043134613e08e9ff..fa2a9da87a491cb1a7cdb586bba2816684c96f00 100644 (file)
@@ -15,11 +15,14 @@ noinst_HEADERS = \
        logging.h \
        macros.h \
        patient.h \
-       safe-snprintf.h \
-       ustcomm.h
+       procname.h \
+       safe-snprintf.h
 
 noinst_HEADERS += \
        compat/dlfcn.h \
+       compat/errno.h \
+       compat/mmap.h \
+       compat/pthread.h \
        compat/tid.h
 
 # These headers should be moved to the public headers when tested and
@@ -42,7 +45,8 @@ noinst_LTLIBRARIES = \
        msgpack/libmsgpack.la \
        libringbuffer.la \
        snprintf/libsnprintf.la \
-       libcommon.la
+       libcommon.la \
+       libustcomm.la
 
 # counter
 libcounter_la_SOURCES = \
@@ -85,7 +89,6 @@ libringbuffer_la_SOURCES = \
        ringbuffer/frontend_internal.h \
        ringbuffer/frontend_types.h \
        ringbuffer/getcpu.h \
-       ringbuffer/mmap.h \
        ringbuffer/nohz.h \
        ringbuffer/rb-init.h \
        ringbuffer/ring_buffer_backend.c \
@@ -133,4 +136,8 @@ libcommon_la_LIBADD = \
        msgpack/libmsgpack.la \
        snprintf/libsnprintf.la
 
+libustcomm_la_SOURCES = \
+       ustcomm.c \
+       ustcomm.h
+
 EXTRA_DIST = snprintf/README
This page took 0.023974 seconds and 4 git commands to generate.