]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/subdir.am
Merge pull request #4365 from adharkar/frr-master-fpm_rtm_table
[mirror_frr.git] / zebra / subdir.am
index b8f5e0d4098ff34f2ce8f8940072782b3781e05e..1e36d020a3235a1dc942f6be5d2ac617305871f1 100644 (file)
@@ -10,6 +10,7 @@ vtysh_scan += \
        $(top_srcdir)/zebra/interface.c \
        $(top_srcdir)/zebra/router-id.c \
        $(top_srcdir)/zebra/rtadv.c \
+       $(top_srcdir)/zebra/zebra_mlag.c \
        $(top_srcdir)/zebra/zebra_mpls_vty.c \
        $(top_srcdir)/zebra/zebra_ptm.c \
        $(top_srcdir)/zebra/zebra_pw.c \
@@ -64,6 +65,7 @@ zebra_zebra_SOURCES = \
        zebra/rtread_sysctl.c \
        zebra/rule_netlink.c \
        zebra/rule_socket.c \
+       zebra/zebra_mlag.c \
        zebra/zebra_l2.c \
        zebra/zebra_memory.c \
        zebra/zebra_dplane.c \
@@ -93,10 +95,17 @@ zebra_zebra_SOURCES = \
        zebra/zebra_errors.c \
        # end
 
+zebra/debug_clippy.c: $(CLIPPY_DEPS)
+zebra/debug.$(OBJEXT): zebra/debug_clippy.c
+
+zebra/zebra_mlag_clippy.c: $(CLIPPY_DEPS)
+zebra/zebra_mlag.$(OBJEXT): zebra/zebra_mlag_clippy.c
+
 zebra/zebra_vty_clippy.c: $(CLIPPY_DEPS)
+zebra/interface_clippy.c: $(CLIPPY_DEPS)
+zebra/interface.$(OBJEXT): zebra/interface_clippy.c
 zebra/zebra_vty.$(OBJEXT): zebra/zebra_vty_clippy.c
 
-
 zebra/zebra_routemap_clippy.c: $(CLIPPY_DEPS)
 zebra/zebra_routemap.$(OBJEXT): zebra/zebra_routemap_clippy.c
 
@@ -119,6 +128,7 @@ noinst_HEADERS += \
        zebra/rt_netlink.h \
        zebra/rtadv.h \
        zebra/rule_netlink.h \
+       zebra/zebra_mlag.h \
        zebra/zebra_fpm_private.h \
        zebra/zebra_l2.h \
        zebra/zebra_dplane.h \