fix: python agent: use stdlib distutils when setuptools is installed
[lttng-ust.git] / include / Makefile.am
index 44102ef8e781ccba26e12c2180eda6b901a8ed1b..b3aa67714a13375101f210d7f873b244c59a4457 100644 (file)
@@ -24,7 +24,8 @@ nobase_include_HEADERS = \
        lttng/tracelog.h \
        lttng/lttng-ust-tracelog.h \
        lttng/ust-clock.h \
-       lttng/ust-getcpu.h
+       lttng/ust-getcpu.h \
+       lttng/ust-elf.h
 
 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
 
@@ -32,9 +33,13 @@ noinst_HEADERS = \
        usterr-signal-safe.h \
        ust_snprintf.h \
        ust-comm.h \
+       ust-fd.h \
        lttng/ust-tid.h \
        lttng/bitfield.h \
+       lttng/ust-cancelstate.h \
        lttng/ust-dlfcn.h \
+       lttng/ust-dynamic-type.h \
+       lttng/ust-context-provider.h \
        helper.h \
        share.h
 
This page took 0.038404 seconds and 4 git commands to generate.