summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-04-07 13:43:58 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-04-07 13:43:58 +0200
commit93a39aaac4ba823573b8386cca35570afc8d7b14 (patch)
treee9e5fa7c1cbe6758c6d3fc6ddee7ffb2d137e69f /Makefile
parent91f51eb809e13021cef3342b2688dc354c3f9c9e (diff)
Makefile: fix make dist (compat src: strlcpy, strlcat)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}"