Merge pull request #15976 from opensourcerouting/build-more-xref-setup

build: throw in a few more `XREF_SETUP`
This commit is contained in:
Christian Hopps 2024-05-10 10:14:44 -04:00 committed by GitHub
commit 51119823d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 0 deletions

9
grpc/frrgrpc_pb.c Normal file
View file

@ -0,0 +1,9 @@
// SPDX-License-Identifier: ISC
/*
* libfrrgrpc_pb library stub source
*/
#include "config.h"
#include "xref.h"
XREF_SETUP();

View file

@ -10,6 +10,10 @@ nodist_grpc_libfrrgrpc_pb_la_SOURCES = \
grpc/frr-northbound.pb.cc \
grpc/frr-northbound.grpc.pb.cc \
# end
grpc_libfrrgrpc_pb_la_SOURCES = \
grpc/frrgrpc_pb.c \
# end
endif
CLEANFILES += \

9
mlag/mlag_pb.c Normal file
View file

@ -0,0 +1,9 @@
// SPDX-License-Identifier: ISC
/*
* libmlag_pb library stub
*/
#include "config.h"
#include "xref.h"
XREF_SETUP();

View file

@ -5,6 +5,7 @@ endif
mlag_libmlag_pb_la_LDFLAGS = $(LIB_LDFLAGS) -version-info 0:0:0
mlag_libmlag_pb_la_CPPFLAGS = $(AM_CPPFLAGS) $(PROTOBUF_C_CFLAGS)
mlag_libmlag_pb_la_SOURCES = \
mlag/mlag_pb.c \
# end
nodist_mlag_libmlag_pb_la_SOURCES = \