]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
tools/libxentoolcore: Fill in LIBHEADERS
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 1 Mar 2021 17:30:00 +0000 (17:30 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Mar 2021 17:27:48 +0000 (17:27 +0000)
c/s 4664034cd replaced a glob over include/*.h with an expectation that
LIBHEADER was suitably set for libraries which didn't have a single,
consistently named, header file.

This wasn't true for xentoolcore, which lost xentoolcore_internal.h as a
consequence, and failed an API/ABI check vs 4.14

Fixes: 4664034cd ("tools/libs: move official headers to common directory")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/libs/toolcore/Makefile

index 1cf30733c9bd0163fc42c7f7167979dac0ba530b..355078649166860c431836d65c0281c91d826f8f 100644 (file)
@@ -5,6 +5,8 @@ MAJOR   = 1
 MINOR  = 0
 AUTOINCS := $(XEN_INCLUDE)/_xentoolcore_list.h
 
+LIBHEADER := xentoolcore.h xentoolcore_internal.h
+
 SRCS-y += handlereg.c
 
 include $(XEN_ROOT)/tools/libs/libs.mk