From 3ca60d00b1a3ca3822db5fcf6ba46cf3ac0a6b0b Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 2 May 2024 10:55:11 +0200 Subject: *: add XREF_SETUP() to libraries and utilites This is theoretically not needed if neither DEFUNs nor zlog_* calls are used, except I'm about to turn it into a build error to catch the cases where it _is_ necessary. Which is libmgmt_be_nb.la in this case, where it causes build failures on hppa. Signed-off-by: David Lamparter --- qpb/qpb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpb') diff --git a/qpb/qpb.c b/qpb/qpb.c index 63454f115..625817857 100644 --- a/qpb/qpb.c +++ b/qpb/qpb.c @@ -10,3 +10,8 @@ /* * Main file for the qpb library. */ + +#include "config.h" +#include "xref.h" + +XREF_SETUP(); -- cgit v1.2.3