From 7a49b7fe8ccca1ceac9c06ca339c64329bcd0ab8 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 21 Sep 2010 13:55:05 +0100 Subject: [PATCH] Use src/ not lib/ as root of source in example Makefile.am code. Signed-off-by: Simon Josefsson --- build-aux/pmccabe2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html index 3d266d42d..28117af24 100644 --- a/build-aux/pmccabe2html +++ b/build-aux/pmccabe2html @@ -22,7 +22,7 @@ # Typical Invocation is from a Makefile.am: # # cyclo-$(PACKAGE).html: -# $(PMCCABE) ${top_srcdir}/lib/*.[ch] \ +# $(PMCCABE) ${top_srcdir}/src/*.[ch] \ # | sort -nr \ # | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \ # -v lang=html -v name="$(PACKAGE_NAME)" \ -- 2.11.0