1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Fix typo in Makefile

This commit is contained in:
Job Snijders
2019-12-22 17:24:11 +01:00
parent b287e76598
commit e9e6d3b9bf

View File

@ -1,9 +1,9 @@
AUTOMAKE_OPTIONS=foreign subdir-objects
bin_PROGRAMS=bgpq4
bgpq4_SOURCES=bgpq4.c bgpq4.hconfig.h bgpq4_printer.c bgpq_expander.c \
expander_freeall.c strlcpy.c sx_maxsockbuf.c sx_maxsockbuf.h \
sx_prefix.c sx_prefix.h sx_report.c sx_report.h sx_slentry.c \
sx_slentry.h sys_queue.h sys_tree.h
bgpq4_SOURCES=bgpq4.c bgpq4.h config.h bgpq4_printer.c bgpq_expander.c \
expander_freeall.c expander_freeall.h strlcpy.c sx_maxsockbuf.c \
sx_maxsockbuf.h sx_prefix.c sx_prefix.h sx_report.c sx_report.h \
sx_slentry.c sx_slentry.h sys_queue.h sys_tree.h
dist_doc_DATA=bgpq4.html
dist_man8_MANS=bgpq4.8
EXTRA_DIST=bootstrap readme.header README.md CHANGES COPYRIGHT bgpq4.spec