diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-10 09:28:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-10 09:28:42 +0200 |
commit | 54aa25e63c9ab14525497e4c2aeb9e1f996b177a (patch) | |
tree | c177d960acf106394968e3d28db1e9b290c72d89 | |
parent | fa125f4e44aaf102548ab464e3ea457214fd56e0 (diff) |
build-sys: add libsystemd-id128-internal.la as dep to libsystemd-core.la
condition.c makes use of sd_id128_get_machine() after all.
Spotted by Khem Raj.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7ccec67133..df3d3cad9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1004,6 +1004,7 @@ libsystemd_core_la_LIBADD = \ libsystemd-label.la \ libsystemd-shared.la \ libsystemd-dbus.la \ + libsystemd-id128-internal.la \ libudev.la \ $(LIBWRAP_LIBS) \ $(PAM_LIBS) \ |