From 93a39aaac4ba823573b8386cca35570afc8d7b14 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 7 Apr 2019 13:43:58 +0200 Subject: Makefile: fix make dist (compat src: strlcpy, strlcat) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 977ca28..158d0d8 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ dist: rm -rf "${NAME}-${VERSION}" mkdir -p "${NAME}-${VERSION}" cp -f ${MAN1} ${MAN5} ${DOC} ${HDR} \ - ${SRC} ${LIBXMLSRC} ${LIBUTILSRC} ${SCRIPTS} \ + ${SRC} ${LIBXMLSRC} ${LIBUTILSRC} ${COMPATSRC} ${SCRIPTS} \ Makefile config.mk \ sfeedrc.example style.css \ "${NAME}-${VERSION}" -- cgit v1.2.3