summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Andersson <gandersson@genivi.org>2018-10-29 20:06:44 +0100
committerGunnar Andersson <gandersson@genivi.org>2018-10-29 20:06:44 +0100
commit80ae9bb60a40d1fc3a43f81119030e35395c7a8c (patch)
tree1bf120a980fd44f1a5321525e3338efc32c550fa
parent03b95fee8254a29f1a770a78fa89f46b408db084 (diff)
downloadnode-health-monitor-80ae9bb60a40d1fc3a43f81119030e35395c7a8c.tar.gz
hotfix: Add a README target to fix autoreconf errorHEAD1.3.7try_fix_autoreconfmaster
This is a quick fix to the previous commit. I considered amending it but it has been published. Adding a README target in Makefile.am takes care of the GNU coding standard which requires README (not README.md) to exist - otherwise autoreconf will fail. There are other workarounds, but this is one way. Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
-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