Move internal headers to 'src/' dir
[lttng-ust.git] / src / common / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 ### ###
4 ### Global private headers ###
5 ### ###
6
7 noinst_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
19 noinst_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.
27 noinst_HEADERS += \
28 ust-context-provider.h
29
30 # Used by liblttng-ust-fd
31 noinst_HEADERS += \
32 ust-fd.h
This page took 0.030833 seconds and 5 git commands to generate.