Introduce file descriptor tracker
[lttng-ust.git] / include / Makefile.am
index b3598ffc859b24fc1c377baed07e7e9d142eb9d9..277e4e69b0032060e7cd652a902d03f12d50f7d4 100644 (file)
@@ -21,7 +21,11 @@ nobase_include_HEADERS = \
        lttng/ust-error.h \
        lttng/tracef.h \
        lttng/lttng-ust-tracef.h \
-       lttng/ust-clock.h
+       lttng/tracelog.h \
+       lttng/lttng-ust-tracelog.h \
+       lttng/ust-clock.h \
+       lttng/ust-getcpu.h \
+       lttng/ust-elf.h
 
 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
 
@@ -29,9 +33,12 @@ noinst_HEADERS = \
        usterr-signal-safe.h \
        ust_snprintf.h \
        ust-comm.h \
+       ust-fd.h \
        lttng/ust-tid.h \
        lttng/bitfield.h \
        lttng/ust-dlfcn.h \
+       lttng/ust-dynamic-type.h \
+       lttng/ust-context-provider.h \
        helper.h \
        share.h
 
This page took 0.022319 seconds and 4 git commands to generate.