Hide private ust-comm.h symbols
[lttng-ust.git] / include / Makefile.am
index c338205c9ec2518daa94d1a3c4dd7bd6ab7201ff..9e03290cd06e30f21c9bb7050690c062c58d436d 100644 (file)
@@ -49,7 +49,7 @@ nobase_nodist_include_HEADERS = \
 ### Global private headers ###
 ###                        ###
 
-# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
+# note: usterr-signal-safe.h need namespace cleanup.
 
 noinst_HEADERS = \
        usterr-signal-safe.h \
@@ -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.023599 seconds and 4 git commands to generate.