File tree 4 files changed +23
-0
lines changed
4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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 ();
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ nodist_grpc_libfrrgrpc_pb_la_SOURCES = \
10
10
grpc/frr-northbound.pb.cc \
11
11
grpc/frr-northbound.grpc.pb.cc \
12
12
# end
13
+
14
+ grpc_libfrrgrpc_pb_la_SOURCES = \
15
+ grpc/frrgrpc_pb.c \
16
+ # end
13
17
endif
14
18
15
19
CLEANFILES += \
Original file line number Diff line number Diff line change
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 ();
Original file line number Diff line number Diff line change 5
5
mlag_libmlag_pb_la_LDFLAGS = $(LIB_LDFLAGS) -version-info 0:0:0
6
6
mlag_libmlag_pb_la_CPPFLAGS = $(AM_CPPFLAGS) $(PROTOBUF_C_CFLAGS)
7
7
mlag_libmlag_pb_la_SOURCES = \
8
+ mlag/mlag_pb.c \
8
9
# end
9
10
10
11
nodist_mlag_libmlag_pb_la_SOURCES = \
You can’t perform that action at this time.
0 commit comments