summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Thanki <vishalthanki@gmail.com>2019-12-26 23:12:52 +0100
committerVishal Thanki <vishalthanki@gmail.com>2019-12-26 23:12:52 +0100
commit4c23f5dcdac7744a3be1fa1e46c59f4e38d3f689 (patch)
tree49be5ceb601646bc2bf8cd79eb027947fbe64042
parent03732eab0a31ee030d263af953bbc9e8785a910d (diff)
downloadnode-startup-controller-4c23f5dcdac7744a3be1fa1e46c59f4e38d3f689.tar.gz
Makefile.am: Declare project as foreign
The README file is renamed to README.md which broke the generation of Makefile.in via autogen.sh script. Declaring the project as "foreign" will allow not to conform to GNU standards (e.g. missing README file). Signed-off-by: Vishal Thanki <vishalthanki@gmail.com>
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index da7bce4..d9eec3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,3 +23,5 @@ dist-hook: ChangeLog
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-debug=no
+
+AUTOMAKE_OPTIONS = foreign