diff options
Diffstat (limited to 'src/grp-hostname/systemd-hostnamed/Makefile')
-rw-r--r-- | src/grp-hostname/systemd-hostnamed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grp-hostname/systemd-hostnamed/Makefile b/src/grp-hostname/systemd-hostnamed/Makefile index 2408c1c47f..cce065ccd4 100644 --- a/src/grp-hostname/systemd-hostnamed/Makefile +++ b/src/grp-hostname/systemd-hostnamed/Makefile @@ -28,6 +28,7 @@ systemd_hostnamed_SOURCES = \ src/hostname/hostnamed.c systemd_hostnamed_LDADD = \ + libsystemd-internal.la \ libsystemd-shared.la rootlibexec_PROGRAMS += \ |