Skip to content

Commit d65280a

Browse files
committed
build: throw in a few more XREF_SETUP
This really should be all of them. Signed-off-by: David Lamparter <[email protected]>
1 parent 5ed6db5 commit d65280a

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

grpc/frrgrpc_pb.c

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// SPDX-License-Identifier: ISC
2+
/*
3+
* libfrrgrpc_pb library stub source
4+
*/
5+
6+
#include "config.h"
7+
#include "xref.h"
8+
9+
XREF_SETUP();

grpc/subdir.am

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nodist_grpc_libfrrgrpc_pb_la_SOURCES = \
1010
grpc/frr-northbound.pb.cc \
1111
grpc/frr-northbound.grpc.pb.cc \
1212
# end
13+
14+
grpc_libfrrgrpc_pb_la_SOURCES = \
15+
grpc/frrgrpc_pb.c \
16+
# end
1317
endif
1418

1519
CLEANFILES += \

mlag/mlag_pb.c

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// SPDX-License-Identifier: ISC
2+
/*
3+
* libmlag_pb library stub
4+
*/
5+
6+
#include "config.h"
7+
#include "xref.h"
8+
9+
XREF_SETUP();

mlag/subdir.am

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ endif
55
mlag_libmlag_pb_la_LDFLAGS = $(LIB_LDFLAGS) -version-info 0:0:0
66
mlag_libmlag_pb_la_CPPFLAGS = $(AM_CPPFLAGS) $(PROTOBUF_C_CFLAGS)
77
mlag_libmlag_pb_la_SOURCES = \
8+
mlag/mlag_pb.c \
89
# end
910

1011
nodist_mlag_libmlag_pb_la_SOURCES = \

0 commit comments

Comments
 (0)