]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/subdir.am
lib: Decode vrf_id update appropriately from zapi
[mirror_frr.git] / nhrpd / subdir.am
index 5b06946c891b4eff35ad05f9e5ff3c793a03e198..6e2b91780f764625f109b0261b0c1460c717f4f0 100644 (file)
@@ -4,15 +4,18 @@
 
 if NHRPD
 sbin_PROGRAMS += nhrpd/nhrpd
+vtysh_scan += $(top_srcdir)/nhrpd/nhrp_vty.c
+man8 += $(MANBUILD)/nhrpd.8
 endif
 
-nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@
-nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) @CARES_CFLAGS@
+nhrpd_nhrpd_LDADD = lib/libfrr.la $(LIBCAP) $(CARES_LIBS)
+nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) $(CARES_CFLAGS)
 nhrpd_nhrpd_SOURCES = \
        nhrpd/linux.c \
        nhrpd/netlink_arp.c \
        nhrpd/netlink_gre.c \
        nhrpd/nhrp_cache.c \
+       nhrpd/nhrp_errors.c \
        nhrpd/nhrp_event.c \
        nhrpd/nhrp_interface.c \
        nhrpd/nhrp_main.c \
@@ -34,6 +37,7 @@ noinst_HEADERS += \
        nhrpd/debug.h \
        nhrpd/list.h \
        nhrpd/netlink.h \
+       nhrpd/nhrp_errors.h \
        nhrpd/nhrp_protocol.h \
        nhrpd/nhrpd.h \
        nhrpd/os.h \