Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / include / Makefile.am
index 66b9ab0a043e6798768384d5bfa736e5780a50fe..4f028dba49b6b11903a7520f53902615130b979a 100644 (file)
@@ -5,18 +5,20 @@ nobase_include_HEADERS = \
        lttng/tracepoint-event.h \
        lttng/ust-tracepoint-event.h \
        lttng/ust-tracepoint-event-reset.h \
+       lttng/ust-tracepoint-event-write.h \
+       lttng/ust-tracepoint-event-nowrite.h \
        lttng/ust-events.h \
        lttng/ust-ctl.h \
-       lttng/ust-version.h \
        lttng/ust-abi.h \
        lttng/ringbuffer-abi.h \
        lttng/ust-tracer.h \
-       lttng/ust-config.h \
+       lttng/ust-compiler.h \
        lttng/ust.h \
        lttng/ust-endian.h \
        lttng/ringbuffer-config.h \
        lttng/align.h \
-       lttng/bug.h
+       lttng/bug.h \
+       lttng/ust-error.h
 
 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
 
@@ -25,6 +27,13 @@ noinst_HEADERS = \
        usterr-signal-safe.h \
        ust_snprintf.h \
        ust-comm.h \
+       lttng/ust-tid.h \
        lttng/bitfield.h \
        helper.h \
        share.h
+
+# Auto-generated by configure.
+
+nobase_nodist_include_HEADERS = \
+       lttng/ust-config.h \
+       lttng/ust-version.h
This page took 0.025254 seconds and 4 git commands to generate.