Skip to content

Commit

Permalink
Add missing (new) header files to distribution archive
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Feb 11, 2020
1 parent cd7f178 commit 019fcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ AM_CFLAGS = -W -Wall -Wextra -Wno-unused -Wno-unused-parameter

sbin_PROGRAMS = mrouted mroutectl map-mbone mrinfo mtrace
mrouted_SOURCES = main.c timer.c cfparse.y common.c config.c defs.h dvmrp.h \
icmp.c igmp.c igmpv2.h ipc.c ipip.c inet.c kern.c \
log.c pathnames.h prune.c route.c route.h vif.c vif.h
icmp.c igmp.c igmpv2.h igmpv3.h ipc.c ipip.c inet.c kern.c \
log.c pathnames.h prune.c prune.h route.c route.h vif.c vif.h
mrouted_LDADD = $(LIBS) $(LIBOBJS)
if RSRR
mrouted_SOURCES += rsrr.c rsrr_var.h rsrr.h
Expand Down

0 comments on commit 019fcd3

Please sign in to comment.