diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-18 20:32:09 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-18 20:32:40 -0500 |
commit | 49a356c2580c7c80f9c1e7e897ff7dcf9d9bce4c (patch) | |
tree | fdc2d69068e68c9afa7a03e04d4bbdd6034660fd /Makefile.am | |
parent | be4b47cb52093a1330850513a17f6aecb9362724 (diff) |
build-sys: fixups for libsystemd-daemon merge
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0efa5f0df2..b36b42d933 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1994,7 +1994,7 @@ nodist_libsystemd_la_SOURCES = \ libsystemd_la_LIBADD = \ libsystemd-shared.la \ - $(RT_LIBS) + $(RT_LIBS) \ -lresolv libsystemd_la_CFLAGS = \ |