From 4deaac7edc2b4b462e9b8597fd43dbadc02b0f9f Mon Sep 17 00:00:00 2001
From: Reuben Thomas <rrt@sc3d.org>
Date: Tue, 21 Sep 2010 13:55:05 +0100
Subject: [PATCH 2/2] Use src/ not lib/ as root of source in example Makefile.am code.

---
 build-aux/pmccabe2html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 3d266d4..28117af 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)" \
-- 
1.7.0.4

