summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4de7f41..41de110 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,4 +18,9 @@
################################################################################
# Build trough subfolders. Make sure "gen" is called before "src" and "tst".
-SUBDIRS = cfg gen inc mod src tst \ No newline at end of file
+SUBDIRS = cfg gen inc mod src tst
+
+# A README is required according to GNU coding standards and autoreconf
+# will otherwise fail. Since we use README.md, this build rule is one
+# workaround (there are other ways too)
+README: README.md