summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-11-24 18:35:50 -0500
committerWill Estes <westes575@gmail.com>2016-11-24 18:50:21 -0500
commit223f2978251eed860cee49a08f477d3aa883700c (patch)
tree11ffce0d2d9091c328872ee58326b991da0cf8bc
parent44fa75893187b710d5e8042524232d96d3e0ea48 (diff)
downloadflex-git-223f2978251eed860cee49a08f477d3aa883700c.tar.gz
build: explain empty lib/Makefile.am
-rw-r--r--lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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.