mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
build: throw in a few more XREF_SETUP
This really should be all of them. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
5ed6db5e9e
commit
d65280a9a8
9
grpc/frrgrpc_pb.c
Normal file
9
grpc/frrgrpc_pb.c
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: ISC
|
||||||
|
/*
|
||||||
|
* libfrrgrpc_pb library stub source
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
#include "xref.h"
|
||||||
|
|
||||||
|
XREF_SETUP();
|
|
@ -10,6 +10,10 @@ nodist_grpc_libfrrgrpc_pb_la_SOURCES = \
|
||||||
grpc/frr-northbound.pb.cc \
|
grpc/frr-northbound.pb.cc \
|
||||||
grpc/frr-northbound.grpc.pb.cc \
|
grpc/frr-northbound.grpc.pb.cc \
|
||||||
# end
|
# end
|
||||||
|
|
||||||
|
grpc_libfrrgrpc_pb_la_SOURCES = \
|
||||||
|
grpc/frrgrpc_pb.c \
|
||||||
|
# end
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += \
|
CLEANFILES += \
|
||||||
|
|
9
mlag/mlag_pb.c
Normal file
9
mlag/mlag_pb.c
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: ISC
|
||||||
|
/*
|
||||||
|
* libmlag_pb library stub
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
#include "xref.h"
|
||||||
|
|
||||||
|
XREF_SETUP();
|
|
@ -5,6 +5,7 @@ endif
|
||||||
mlag_libmlag_pb_la_LDFLAGS = $(LIB_LDFLAGS) -version-info 0:0:0
|
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_CPPFLAGS = $(AM_CPPFLAGS) $(PROTOBUF_C_CFLAGS)
|
||||||
mlag_libmlag_pb_la_SOURCES = \
|
mlag_libmlag_pb_la_SOURCES = \
|
||||||
|
mlag/mlag_pb.c \
|
||||||
# end
|
# end
|
||||||
|
|
||||||
nodist_mlag_libmlag_pb_la_SOURCES = \
|
nodist_mlag_libmlag_pb_la_SOURCES = \
|
||||||
|
|
Loading…
Reference in a new issue