summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-01-20 17:39:07 +0100
committerLennart Poettering <lennart@poettering.net>2016-01-20 17:39:07 +0100
commitd90833c93c5fd171440d0d5bbe42f5aab88e393f (patch)
treea1812cc7eafb2c836281fa7abc13ddb2bdcb0b58 /Makefile.am
parent4ddbb474725c5e75b66bba9d5a9b2115fbe488ef (diff)
parent8c78165d43fe3a666c42026d04e92dce64945a08 (diff)
Merge pull request #2054 from keszybz/nss-link-less-2
Nss link less 2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3eba35f917..264a769f71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4876,7 +4876,7 @@ libnss_myhostname_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/nss-myhostname/nss-myhostname.sym
libnss_myhostname_la_LIBADD = \
- libshared.la
+ libsystemd-internal.la
lib_LTLIBRARIES += \
libnss_myhostname.la
@@ -4976,7 +4976,7 @@ libnss_mymachines_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/nss-mymachines/nss-mymachines.sym
libnss_mymachines_la_LIBADD = \
- libshared.la
+ libsystemd-internal.la
lib_LTLIBRARIES += \
libnss_mymachines.la
@@ -5259,7 +5259,7 @@ libnss_resolve_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/nss-resolve/nss-resolve.sym
libnss_resolve_la_LIBADD = \
- libshared.la \
+ libsystemd-internal.la \
-ldl
lib_LTLIBRARIES += \