sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 93a39aaac4ba823573b8386cca35570afc8d7b14
parent 91f51eb809e13021cef3342b2688dc354c3f9c9e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  7 Apr 2019 13:43:58 +0200

Makefile: fix make dist (compat src: strlcpy, strlcat)

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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}"