diff options
author | Tom Gundersen <teg@jklm.no> | 2013-01-03 09:52:48 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-01-07 15:15:57 +0100 |
commit | 07761ad65d6187773372645fc9539c7eb3b38e57 (patch) | |
tree | 9ac2afa3807fbc8177250640967bd423727db0ab /src/nss-myhostname/Makefile.am | |
parent | f274ece0f76b5709408821e317e87aef76123db6 (diff) |
nss-myhostname: remove non-Linux support
Diffstat (limited to 'src/nss-myhostname/Makefile.am')
-rw-r--r-- | src/nss-myhostname/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nss-myhostname/Makefile.am b/src/nss-myhostname/Makefile.am index f82b8d46e2..7420f327d4 100644 --- a/src/nss-myhostname/Makefile.am +++ b/src/nss-myhostname/Makefile.am @@ -45,11 +45,7 @@ libnss_myhostname_la_SOURCES = \ nss-myhostname.c \ ifconf.h -if LEGACY -libnss_myhostname_la_SOURCES += legacy.c -else libnss_myhostname_la_SOURCES += netlink.c -endif libnss_myhostname_la_LDFLAGS = \ -avoid-version \ |