commit | ab794149e763f9562dfe1278ee0b3143f2af4226 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 13:23:30 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Mar 28 13:23:30 2019 -0700 |
tree | 1c3e5f7655492cb9daf997f087ba7a55c5b828a7 | |
parent | 17a2ab7f39a78ff0603aa68cf35108ea94eb442f [diff] |
build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I774acd855e2b273fd2f22856f57273eb1739367d
diff --git a/Makefile.am b/Makefile.am index 5ae0dcd..751bb7e 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -1,4 +1,4 @@ -sbin_PROGRAMS = kcsbridged +bin_PROGRAMS = kcsbridged kcsbridged_SOURCES = kcsbridged.c kcsbridged_LDFLAGS = $(SYSTEMD_LIBS)