From: Donald Sharp Date: Thu, 27 Apr 2017 02:10:11 +0000 (-0400) Subject: eigrpd: Add missing eigrp_fsm.h to 'make dist' X-Git-Tag: reindent-master-before~197^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=171616cceff75cdab7c0bb783c76f6138cd5fc5d;p=matthieu%2Ffrr.git eigrpd: Add missing eigrp_fsm.h to 'make dist' Signed-off-by: Donald Sharp --- diff --git a/eigrpd/Makefile.am b/eigrpd/Makefile.am index 89cb72cfde..9ee792e552 100644 --- a/eigrpd/Makefile.am +++ b/eigrpd/Makefile.am @@ -33,7 +33,8 @@ noinst_HEADERS = \ eigrp_neighbor.h eigrp_network.h \ eigrp_packet.h eigrp_memory.h \ eigrp_zebra.h eigrp_vty.h \ - eigrp_snmp.h eigrp_filter.h + eigrp_snmp.h eigrp_filter.h \ + eigrp_fsm.h eigrpd_SOURCES = eigrp_main.c $(libeigrp_a_SOURCES)