Document why context provider is ABI without a public header
[lttng-ust.git] / include / Makefile.am
index c338205c9ec2518daa94d1a3c4dd7bd6ab7201ff..cafcb7c7cb062f4d8ca6ed807f9c0fd2758ad488 100644 (file)
@@ -60,7 +60,10 @@ noinst_HEADERS = \
        ust-bitfield.h \
        ust-dlfcn.h \
        ust-dynamic-type.h \
-       ust-context-provider.h \
        ust-helper.h \
        ust-share.h
 
+# Should be moved to the public headers when tested and documented. The symbols
+# are still part of the ABI and used by the Java jni interface.
+noinst_HEADERS += \
+       ust-context-provider.h
This page took 0.023048 seconds and 4 git commands to generate.