Move internal headers to 'src/' dir
[lttng-ust.git] / src / common / Makefile.am
CommitLineData
9d315d6d
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3### ###
4### Global private headers ###
5### ###
6
7noinst_HEADERS = \
8 align.h \
9 bitfield.h \
10 bitmap.h \
11 dynamic-type.h \
12 elf.h \
13 logging.h \
14 macros.h \
15 patient.h \
16 safe-snprintf.h \
17 ustcomm.h
18
19noinst_HEADERS += \
20 compat/dlfcn.h \
21 compat/tid.h
22
23# These headers should be moved to the public headers when tested and
24# documented. The symbols are still part of the ABI.
25
26# Used by the Java jni interface.
27noinst_HEADERS += \
28 ust-context-provider.h
29
30# Used by liblttng-ust-fd
31noinst_HEADERS += \
32 ust-fd.h
This page took 0.023111 seconds and 4 git commands to generate.