Split and move compat.h to 'common/compat/'
[lttng-ust.git] / src / common / Makefile.am
index 1c6fcbf0704a4e63161cd48580a4c41274da2d2d..fa2a9da87a491cb1a7cdb586bba2816684c96f00 100644 (file)
@@ -15,11 +15,14 @@ noinst_HEADERS = \
        logging.h \
        macros.h \
        patient.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
This page took 0.023876 seconds and 4 git commands to generate.