summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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.