Implement tracepoint-internal.h as LGPLv2.1 (not exported)
[lttng-ust.git] / include / Makefile.am
index d034ac5b0fc2e26927f6325da5bf228080a61ab9..9c1a72285857623beeb186d4eeb33518f69401f0 100644 (file)
@@ -1,23 +1,41 @@
 nobase_include_HEADERS = \
-       ust/immediate.h \
-       ust/marker.h \
-       ust/tracepoint.h \
-       ust/processor.h \
-       ust/probe.h \
-       ust/ust.h \
-       ust/tracectl.h \
-       ust/core.h \
-       ust/clock.h \
-       ust/type-serializer.h \
-       ust/kcompat/kcompat.h \
-       ust/kcompat/compiler.h \
-       ust/kcompat/disable.h \
-       ust/kcompat/hlist.h \
-       ust/kcompat/jhash.h \
-       ust/kcompat/kref.h \
-       ust/kcompat/simple.h \
-       ust/kcompat/types.h \
-       ust/ustcmd.h \
-       ust/ustd.h
+       lttng/marker.h \
+       lttng/tracepoint.h \
+       lttng/tracepoint-types.h \
+       lttng/tracepoint-event.h \
+       lttng/ust-tracepoint-event.h \
+       lttng/ust-tracepoint-event-reset.h \
+       lttng/ust-events.h \
+       lttng/ust-ctl.h \
+       lttng/version.h \
+       lttng/ust-abi.h \
+       lttng/ringbuffer-abi.h \
+       lttng/ust-tracer.h \
+       lttng/usterr-signal-safe.h \
+       lttng/config.h \
+       lttng/share.h \
+       lttng/ust.h \
+       lttng/core.h \
+       lttng/processor.h \
+       lttng/kcompat/kcompat.h \
+       lttng/kcompat/jhash.h \
+       lttng/kcompat/compiler.h \
+       lttng/kcompat/types.h \
+       lttng/ringbuffer-config.h \
+       lttng/align.h \
+       lttng/bug.h \
+       lttng/vatomic.h
 
-noinst_HEADERS = share.h usterr.h ust_snprintf.h
+# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
+
+noinst_HEADERS = \
+       usterr.h \
+       ust_snprintf.h \
+       lttng/ust-comm.h \
+       lttng/compat.h \
+       lttng/marker-internal.h \
+       lttng/clock.h \
+       lttng/probe-internal.h \
+       lttng/stringify.h \
+       lttng/wait.h \
+       lttng/bitfield.h
This page took 0.025316 seconds and 4 git commands to generate.