diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-04-07 13:43:58 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-04-07 13:43:58 +0200 |
commit | 93a39aaac4ba823573b8386cca35570afc8d7b14 (patch) | |
tree | e9e5fa7c1cbe6758c6d3fc6ddee7ffb2d137e69f /Makefile | |
parent | 91f51eb809e13021cef3342b2688dc354c3f9c9e (diff) |
Makefile: fix make dist (compat src: strlcpy, strlcat)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |