Move strlcpy into compat dir

This commit is contained in:
Job Snijders
2021-08-17 10:45:39 +00:00
parent d998a73652
commit a0b9343551
2 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
AUTOMAKE_OPTIONS=foreign subdir-objects
bin_PROGRAMS=bgpq4
COMPAT_SOURCES=compat/strlcpy.c
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
expander_freeall.c expander_freeall.h 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 $(COMPAT_SOURCES)
dist_man8_MANS=bgpq4.8
EXTRA_DIST=bootstrap README.md CHANGES COPYRIGHT bgpq4.spec
MAINTAINERCLEANFILES=configure aclocal.m4 compile \