Added support for pkg-config, which makes possible the library to be detected by autoconfig. Implemented new API tep_ref_get(), used by applications to get the tep handle reference count. Install trace-seq.h header file, which is part of the library API. [v2 of the patch: renamed tep_ref_get -> tep_get_ref, included v2 of the "Added support for pkg-config" patch] Tzvetomir Stoyanov (3): tools/lib/traceevent: Implemented new API tep_get_ref() tools/lib/traceevent: Added support for pkg-config tools/lib/traceevent: Install trace-seq.h API header file tools/lib/traceevent/Makefile | 27 ++++++++++++++++--- tools/lib/traceevent/event-parse.c | 7 +++++ tools/lib/traceevent/event-parse.h | 1 + .../lib/traceevent/libtraceevent.pc.template | 10 +++++++ 4 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 tools/lib/traceevent/libtraceevent.pc.template -- 2.19.1