Change the name of the files to make it align with other filenames
TestedBy: Unit-Tested
Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com>
Change-Id: I657962e8cb06b083877321e27cd0c94644e1ebcb
diff --git a/phosphor-ldap-config/Makefile.am b/phosphor-ldap-config/Makefile.am
index 101d8a7..7080ac5 100644
--- a/phosphor-ldap-config/Makefile.am
+++ b/phosphor-ldap-config/Makefile.am
@@ -1,13 +1,16 @@
bin_PROGRAMS = phosphor-ldap-conf
-noinst_HEADERS = ldap_configuration.hpp ldap_config_mgr.hpp utils.hpp
+noinst_HEADERS = \
+ ldap_config.hpp \
+ ldap_config_mgr.hpp \
+ utils.hpp
phosphor_ldap_conf_SOURCES = \
main.cpp \
utils.cpp \
- ldap_configuration.cpp \
+ ldap_config.cpp \
ldap_config_mgr.cpp \
- ldap_serialize.cpp
+ ldap_config_serialize.cpp
phosphor_ldap_conf_LDFLAGS = $(SDBUSPLUS_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \