From: Reuben Thomas Date: Tue, 21 Sep 2010 12:55:05 +0000 (+0100) Subject: Use src/ not lib/ as root of source in example Makefile.am code. X-Git-Tag: v0.1~3776 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7a49b7fe8ccca1ceac9c06ca339c64329bcd0ab8;p=gnulib.git Use src/ not lib/ as root of source in example Makefile.am code. Signed-off-by: Simon Josefsson --- 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)" \