X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=4a9e6d39aafec8162caba3c7888ee065b67cd31f;hb=ae4b659d95f8dab9f2aa4b890d6937d7d5375f07;hp=6af48ae0128bfeb3533f099208b1cacaf8690e69;hpb=ba5b3d2bf3ecd8614e74efc1db2f5a626c5d9a92;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 6af48ae0..4a9e6d39 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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