diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 14:10:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 14:10:13 -0400 |
commit | 0b4288e3168dee3224c04871528170442305348f (patch) | |
tree | dd7088c01724398bbb6edb47ba07f4737fcc8a5d /src/grp-udev | |
parent | 3ff85c76a6594fae008a548800fd47a126ab6eb5 (diff) |
libcore, nspawn
Diffstat (limited to 'src/grp-udev')
-rw-r--r-- | src/grp-udev/systemd-hwdb/Makefile | 1 | ||||
-rw-r--r-- | src/grp-udev/udevadm/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-udev/systemd-hwdb/Makefile b/src/grp-udev/systemd-hwdb/Makefile index 95b266e851..1bb6efb352 100644 --- a/src/grp-udev/systemd-hwdb/Makefile +++ b/src/grp-udev/systemd-hwdb/Makefile @@ -32,6 +32,7 @@ systemd_hwdb_SOURCES = \ src/hwdb/hwdb.c systemd_hwdb_LDADD = \ + libsystemd-internal.la \ libsystemd-shared.la rootbin_PROGRAMS += \ diff --git a/src/grp-udev/udevadm/Makefile b/src/grp-udev/udevadm/Makefile index 6c59baca19..537dbcc5b2 100644 --- a/src/grp-udev/udevadm/Makefile +++ b/src/grp-udev/udevadm/Makefile @@ -41,6 +41,7 @@ udevadm_SOURCES = \ udevadm_LDADD = \ libudev-core.la \ + libsystemd-internal.la \ libsystemd-basic.la sd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" |