summaryrefslogtreecommitdiff
path: root/src/grp-udev/systemd-udevd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-udev/systemd-udevd/Makefile')
-rw-r--r--src/grp-udev/systemd-udevd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-udev/systemd-udevd/Makefile b/src/grp-udev/systemd-udevd/Makefile
index 5bbc548cfe..0ef78eb339 100644
--- a/src/grp-udev/systemd-udevd/Makefile
+++ b/src/grp-udev/systemd-udevd/Makefile
@@ -30,6 +30,7 @@ systemd_udevd_SOURCES = \
src/udev/udevd.c
systemd_udevd_LDADD = \
- libudev-core.la
+ libudev-core.la \
+ libbasic.la
include $(topsrcdir)/build-aux/Makefile.tail.mk