commit | bfbc29c9d292a537414d8cf8e4a78ef2ee6f07a3 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 11:50:34 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Mar 28 11:50:34 2019 -0700 |
tree | b0d7c13624f557d63f7e2650054a67d5edf2bc27 | |
parent | 8fb36a936f9eb6662f0320d3c212995b8d9a7fca [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: Ie8951aa9178e00107455387d4714b1ecfe0445dc
diff --git a/Makefile.am b/Makefile.am index 737a693..65142cc 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -1,4 +1,4 @@ -sbin_PROGRAMS = btbridged +bin_PROGRAMS = btbridged btbridged_SOURCES = btbridged.c btbridged_LDFLAGS = $(SYSTEMD_LIBS)