diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
commit | 623f13d8198b83df890f014b1d27255f4d78f35b (patch) | |
tree | a38236004dfb3abd99952585638e6141513eaa8c /src/libsystemd/Makefile | |
parent | be6cdcb499515a8dc200440f9c0f95d16edbaa2d (diff) |
wip
Diffstat (limited to 'src/libsystemd/Makefile')
-rw-r--r-- | src/libsystemd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile index 7ee4688791..b8b8e01968 100644 --- a/src/libsystemd/Makefile +++ b/src/libsystemd/Makefile @@ -48,9 +48,7 @@ libsystemd_la_LDFLAGS = \ -Wl,--version-script=$(srcdir)/libsystemd.sym libsystemd_la_LIBADD = \ - libsystemd-internal.la \ - libbasic.la \ - libsystemd-journal-internal.la + libsystemd-internal.la libsystemd_la_LIBADD = $(libsystemd-internal.DEPENDS) |