Replace op with phosphor in state application names
The correct naming convention for these applications
is to start with phosphor-, not op-.
Change-Id: I24373f5d4498f7fb90fb6b8a3b5b29dccca93f4d
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 479df05..7e4cc20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,18 +1,18 @@
AM_DEFAULT_SOURCE_EXT = .cpp
sbin_PROGRAMS = \
- op-host-state-manager \
- op-chassis-state-manager
+ phosphor-host-state-manager \
+ phosphor-chassis-state-manager
-op_host_state_manager_SOURCES = \
+phosphor_host_state_manager_SOURCES = \
host_state_manager.cpp \
xyz.openbmc_project.State.Host.cpp \
host_state_manager_main.cpp
-op_chassis_state_manager_SOURCES = \
+phosphor_chassis_state_manager_SOURCES = \
chassis_state_manager.cpp \
xyz.openbmc_project.State.Chassis.cpp \
chassis_state_manager_main.cpp
-op_host_state_manager_LDFLAGS = $(SYSTEMD_LIBS)
-op_chassis_state_manager_LDFLAGS = $(SYSTEMD_LIBS)
\ No newline at end of file
+phosphor_host_state_manager_LDFLAGS = $(SYSTEMD_LIBS)
+phosphor_chassis_state_manager_LDFLAGS = $(SYSTEMD_LIBS)
\ No newline at end of file