diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-10 20:12:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-10 20:25:21 +0200 |
commit | 47efffc22badb20124dca5ed8c3b52911d71fc31 (patch) | |
tree | dfe356d69cdf99a00df5e440334e7f460fef7a02 /Makefile.am | |
parent | 5502f0d97185218b93f01f9fe979a71bae38e213 (diff) |
nss-myhostname: following the usual naming scheme for .c/.h files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5050820d5b..425a5e16a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4398,8 +4398,8 @@ endif if HAVE_MYHOSTNAME libnss_myhostname_la_SOURCES = \ src/nss-myhostname/nss-myhostname.c \ - src/nss-myhostname/ifconf.h \ - src/nss-myhostname/netlink.c + src/nss-myhostname/addresses.h \ + src/nss-myhostname/addresses.c libnss_myhostname_la_LDFLAGS = \ $(AM_LDFLAGS) \ |