Skip to content

Commit

Permalink
Merge pull request #15976 from opensourcerouting/build-more-xref-setup
Browse files Browse the repository at this point in the history
build: throw in a few more `XREF_SETUP`
  • Loading branch information
choppsv1 committed May 10, 2024
2 parents c143a29 + d65280a commit 5111982
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions grpc/frrgrpc_pb.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// SPDX-License-Identifier: ISC
/*
* libfrrgrpc_pb library stub source
*/

#include "config.h"
#include "xref.h"

XREF_SETUP();
4 changes: 4 additions & 0 deletions grpc/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 += \
Expand Down
9 changes: 9 additions & 0 deletions mlag/mlag_pb.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// SPDX-License-Identifier: ISC
/*
* libmlag_pb library stub
*/

#include "config.h"
#include "xref.h"

XREF_SETUP();
1 change: 1 addition & 0 deletions mlag/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit 5111982

Please sign in to comment.