diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | phosphor-ldap-config/Makefile.am | 2 | ||||
-rw-r--r-- | phosphor-ldap-mapper/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b138aea..7c7271e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -sbin_PROGRAMS = phosphor-user-manager +bin_PROGRAMS = phosphor-user-manager noinst_HEADERS = user_mgr.hpp users.hpp diff --git a/phosphor-ldap-config/Makefile.am b/phosphor-ldap-config/Makefile.am index 501e577..0092ae5 100644 --- a/phosphor-ldap-config/Makefile.am +++ b/phosphor-ldap-config/Makefile.am @@ -1,4 +1,4 @@ -sbin_PROGRAMS = phosphor-ldap-conf +bin_PROGRAMS = phosphor-ldap-conf noinst_HEADERS = ldap_configuration.hpp utils.hpp diff --git a/phosphor-ldap-mapper/Makefile.am b/phosphor-ldap-mapper/Makefile.am index c2896ba..1c631e7 100644 --- a/phosphor-ldap-mapper/Makefile.am +++ b/phosphor-ldap-mapper/Makefile.am @@ -1,4 +1,4 @@ -sbin_PROGRAMS = phosphor-ldap-mapper +bin_PROGRAMS = phosphor-ldap-mapper noinst_HEADERS = ldap_mapper_mgr.hpp \ ldap_mapper_entry.hpp \ |