diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:18:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:18:47 +0200 |
commit | 96408316212ad291aa1986a1bc91e682404cdb04 (patch) | |
tree | 7f99a0343196f6a9dde520f50103849b5fe03d4d /Makefile.am | |
parent | a7e78954ed4324c2c4782c0fd197a9e77ea4948b (diff) |
Remove myhostname checks/support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1356ae2e32..3025c65ad2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -646,8 +646,7 @@ src/shared/cap-from-name.h: src/shared/cap-from-name.gperf $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C <$< >$@ # ------------------------------------------------------------------------------ -dist_factory_etc_DATA = \ - factory/etc/nsswitch.conf +dist_factory_etc_DATA = if HAVE_PAM dist_factory_pam_DATA = \ |