Hide private share.h symbols
[lttng-ust.git] / include / Makefile.am
index 4a9e6d39aafec8162caba3c7888ee065b67cd31f..9e03290cd06e30f21c9bb7050690c062c58d436d 100644 (file)
@@ -49,18 +49,21 @@ 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 \
-       ust_snprintf.h \
+       ust-snprintf.h \
        ust-comm.h \
        ust-fd.h \
        ust-tid.h \
        ust-bitfield.h \
        ust-dlfcn.h \
        ust-dynamic-type.h \
-       ust-context-provider.h \
-       helper.h \
-       share.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.024023 seconds and 4 git commands to generate.