summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:55:58 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:55:58 -0700
commit92907da08e311656bd5980476c252c19e8dbad11 (patch)
tree81f789fb6af59583c260b84d36800660b85cbd8c /src
parent50b4b44aedb2a8e7258516faa8696068ec03eab4 (diff)
downloadphosphor-dbus-monitor-master.tar.gz
phosphor-dbus-monitor-master.zip
build: install into bin instead of sbinHEADmaster
Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ife0be5530266404f75b30baf1ed52bfead513679
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e742d19..3838e05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ include ${top_srcdir}/vars.mk
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -iquote ${top_srcdir}
-sbin_PROGRAMS = phosphor-dbus-monitor
+bin_PROGRAMS = phosphor-dbus-monitor
phosphor_dbus_monitor_SOURCES = \
journal.cpp \
OpenPOWER on IntegriCloud