diff options
Diffstat (limited to 'zebra/subdir.am')
-rw-r--r-- | zebra/subdir.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am index 859c8c083..25040a271 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -38,9 +38,6 @@ man8 += $(MANBUILD)/zebra.8 endif zebra_zebra_LDADD = lib/libfrr.la $(LIBCAP) -if HAVE_PROTOBUF -zebra_zebra_LDADD += mlag/libmlag_pb.la $(PROTOBUF_C_LIBS) -endif zebra_zebra_SOURCES = \ zebra/connected.c \ zebra/debug.c \ @@ -69,7 +66,6 @@ zebra_zebra_SOURCES = \ zebra/rule_netlink.c \ zebra/rule_socket.c \ zebra/zebra_mlag.c \ - zebra/zebra_mlag_private.c \ zebra/zebra_l2.c \ zebra/zebra_memory.c \ zebra/zebra_dplane.c \ @@ -134,7 +130,6 @@ noinst_HEADERS += \ zebra/rtadv.h \ zebra/rule_netlink.h \ zebra/zebra_mlag.h \ - zebra/zebra_mlag_private.h \ zebra/zebra_fpm_private.h \ zebra/zebra_l2.h \ zebra/zebra_dplane.h \ |