Move private headers out of 'lttng/' public header dir
[lttng-ust.git] / include / Makefile.am
index 6af48ae0128bfeb3533f099208b1cacaf8690e69..4a9e6d39aafec8162caba3c7888ee065b67cd31f 100644 (file)
@@ -1,5 +1,9 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
+###                    ###
+### Public API headers ###
+###                    ###
+
 nobase_include_HEADERS = \
        lttng/tracepoint.h \
        lttng/tracepoint-rcu.h \
@@ -35,6 +39,16 @@ nobase_include_HEADERS = \
        lttng/urcu/static/pointer.h \
        lttng/urcu/static/urcu-ust.h
 
+# Auto-generated by configure.
+nobase_nodist_include_HEADERS = \
+       lttng/ust-config.h \
+       lttng/ust-version.h
+
+
+###                        ###
+### Global private headers ###
+###                        ###
+
 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
 
 noinst_HEADERS = \
@@ -42,16 +56,11 @@ noinst_HEADERS = \
        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 \
+       ust-tid.h \
+       ust-bitfield.h \
+       ust-dlfcn.h \
+       ust-dynamic-type.h \
+       ust-context-provider.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.02415 seconds and 4 git commands to generate.