]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/subdir.am
isisd: implement 'max-area-addresses-mismatch' notification
[mirror_frr.git] / zebra / subdir.am
index 1d76ff65ca4729d47ad0c76dec7a4b9403e4ffed..b8f5e0d4098ff34f2ce8f8940072782b3781e05e 100644 (file)
@@ -79,6 +79,7 @@ zebra_zebra_SOURCES = \
        zebra/zebra_ptm_redistribute.c \
        zebra/zebra_pw.c \
        zebra/zebra_rib.c \
+       zebra/zebra_router.c \
        zebra/zebra_rnh.c \
        zebra/zebra_routemap.c \
        zebra/zebra_vrf.c \
@@ -95,6 +96,10 @@ zebra_zebra_SOURCES = \
 zebra/zebra_vty_clippy.c: $(CLIPPY_DEPS)
 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
+
 noinst_HEADERS += \
        zebra/connected.h \
        zebra/debug.h \
@@ -127,6 +132,7 @@ noinst_HEADERS += \
        zebra/zebra_pw.h \
        zebra/zebra_rnh.h \
        zebra/zebra_routemap.h \
+       zebra/zebra_router.h \
        zebra/zebra_vrf.h \
        zebra/zebra_vxlan.h \
        zebra/zebra_vxlan_private.h \