summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Wilson <wilsonan@us.ibm.com>2019-02-04 02:47:45 -0600
committerAnthony P. Wilson <wilsonan@us.ibm.com>2019-02-07 16:24:00 +0000
commitdc30523034bbea75e7d032a22e998a22866db643 (patch)
treef8c148101d149b0182112b38b37314c1c533796c
parent32c532ea9bcddcab30f4fff30e6938211fdf584d (diff)
downloadphosphor-state-manager-dc30523034bbea75e7d032a22e998a22866db643.tar.gz
phosphor-state-manager-dc30523034bbea75e7d032a22e998a22866db643.zip
obmcutil: Add to 'make install' list
Testing: Verified obmc-phosphor-image build installs it correctly in obmc-phosphor-image/1.0-r0/rootfs/usr/sbin/obmcutil Change-Id: I386e726a653496ccd77549fa63603ddfb647bd78 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dfbd2cf..d90a0e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,9 @@ sbin_PROGRAMS = \
phosphor-discover-system-state \
phosphor-host-check
+dist_sbin_SCRIPTS = \
+ obmcutil
+
phosphor_host_state_manager_SOURCES = \
host_state_manager.cpp \
host_state_manager_main.cpp \
OpenPOWER on IntegriCloud