diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 34eaefd0bf..198265f48d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4722,7 +4722,8 @@ systemd_localed_SOURCES = \ src/locale/localed.c systemd_localed_LDADD = \ - libshared.la + libshared.la \ + -ldl systemd_localed_CFLAGS = \ $(AM_CFLAGS) \ |