Skip to content

Commit

Permalink
tools/libxentoolcore: Fill in LIBHEADERS
Browse files Browse the repository at this point in the history
c/s 4664034 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: 4664034 ("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>
  • Loading branch information
andyhhp committed Mar 11, 2021
1 parent 893103e commit 67390ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/libs/toolcore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67390ec

Please sign in to comment.