summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumanth Bhat <sumanth.bhat@intel.com>2019-03-06 14:19:25 +0530
committerRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2019-03-19 08:34:23 +0000
commit736648e25eb250d1e200cea961fe75bf791f1355 (patch)
treee187064875d3679ca36128752426f0fdf30caeec /Makefile.am
parent95a2931473dfa61a30e7a65606dab15ab24cd5b4 (diff)
downloadphosphor-user-manager-736648e25eb250d1e200cea961fe75bf791f1355.tar.gz
phosphor-user-manager-736648e25eb250d1e200cea961fe75bf791f1355.zip
Removing unused SetPassword D-Bus API method
Password update is done through pam_chauthtok() API, and don't use SetPassword. Removing the unused code. Tested-by: N/A. Change-Id: I42a5b7c73bc2cb2404801df1c1cd057a94a1a924 Signed-off-by: Sumanth Bhat <sumanth.bhat@intel.com> Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9da26ef..b138aea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,8 @@
sbin_PROGRAMS = phosphor-user-manager
-noinst_HEADERS = user.hpp user_mgr.hpp users.hpp
+noinst_HEADERS = user_mgr.hpp users.hpp
phosphor_user_manager_SOURCES = \
- user.cpp \
mainapp.cpp \
user_mgr.cpp \
users.cpp
OpenPOWER on IntegriCloud