From 513f58eed1c6493a5eba4f0a408087079373d0f1 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 8 Feb 2017 13:25:17 -0500 Subject: led_gen: Add an outputdir cmdline option The output is currently placed in the same directory as the script. Default instead to cwd, and allow the user to specify so out of tree builds can work. Change-Id: Ia7b94f509e0239f7697634d7a52f22e38d7efc6a Signed-off-by: Brad Bishop --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8e41173..9fd3720 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_DEFINE_UNQUOTED([OBJPATH], ["$OBJPATH"], [The Ledmanager Dbus root]) # Handling configuration files AC_ARG_VAR(YAML_PATH, [The path to the yaml config files.]) AS_IF([test "x$YAML_PATH" == "x"], [YAML_PATH="$srcdir"]) -LEDGEN="$PYTHON $srcdir/parse_led.py -d $YAML_PATH" +LEDGEN="$PYTHON $srcdir/parse_led.py -i $YAML_PATH" AC_SUBST(LEDGEN) # Create configured output -- cgit v1.2.1