diff options
author | Patrick Venture <venture@google.com> | 2019-03-28 11:55:58 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-03-28 11:55:58 -0700 |
commit | 92907da08e311656bd5980476c252c19e8dbad11 (patch) | |
tree | 81f789fb6af59583c260b84d36800660b85cbd8c /mslverify | |
parent | 50b4b44aedb2a8e7258516faa8696068ec03eab4 (diff) | |
download | phosphor-dbus-monitor-92907da08e311656bd5980476c252c19e8dbad11.tar.gz phosphor-dbus-monitor-92907da08e311656bd5980476c252c19e8dbad11.zip |
Installs into bin instead of sbin per guidelines.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ife0be5530266404f75b30baf1ed52bfead513679
Diffstat (limited to 'mslverify')
-rw-r--r-- | mslverify/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mslverify/Makefile.am b/mslverify/Makefile.am index 4d79c0a..7e1eba5 100644 --- a/mslverify/Makefile.am +++ b/mslverify/Makefile.am @@ -1,7 +1,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp AM_CPPFLAGS = -iquote ${top_srcdir} -sbin_PROGRAMS = phosphor-msl-verify +bin_PROGRAMS = phosphor-msl-verify phosphor_msl_verify_SOURCES = \ verify.cpp |