X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=9e03290cd06e30f21c9bb7050690c062c58d436d;hb=516d12dae36538257fe57e8f7cf7e867068c33d1;hp=4a9e6d39aafec8162caba3c7888ee065b67cd31f;hpb=ae4b659d95f8dab9f2aa4b890d6937d7d5375f07;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 4a9e6d39..9e03290c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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