summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mslverify/Makefile.am2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 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
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