From 223f2978251eed860cee49a08f477d3aa883700c Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 24 Nov 2016 18:35:50 -0500 Subject: [PATCH] build: explain empty lib/Makefile.am --- lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 9ce06a8..8562633 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1,3 @@ -# dummy +# Files in the lib/ subdirectory are picked up as needed by the flex +# build system. As such, we don't need to specify anything beyond +# having a Makefile.am for automake to generate a Makefile.in from. -- 2.40.0