X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=8af29d160e702f82204c292874b1aec7c40aabf8;hb=483798e0770c65968bbe2b668ece293b2419f2ec;hp=84e3b35fafd6d77f99331fe1df84aeb08812c71d;hpb=3320e22a5daeb1d44d8998f285a460b2f715b89c;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 84e3b35fa..8af29d160 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2039,12 +2039,12 @@ nodist_libsystemd_la_SOURCES = \ libsystemd_la_LIBADD = \ libsystemd-daemon-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + -lresolv libsystemd_la_CFLAGS = \ $(AM_CFLAGS) \ - -pthread \ - -lresolv + -pthread libsystemd_la_LDFLAGS = \ $(AM_LDFLAGS) \ @@ -2316,7 +2316,8 @@ test_resolve_SOURCES = \ test_resolve_LDADD = \ libsystemd-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + -lresolv test_resolve_CFLAGS = \ $(AM_CFLAGS) \