summaryrefslogtreecommitdiff
path: root/src/grp-udev/systemd-hwdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-udev/systemd-hwdb/Makefile')
-rw-r--r--src/grp-udev/systemd-hwdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grp-udev/systemd-hwdb/Makefile b/src/grp-udev/systemd-hwdb/Makefile
index 4c620614ca..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 += \
@@ -74,4 +75,6 @@ EXTRA_DIST += \
hwdb/ids-update.pl \
hwdb/sdio.ids
+sd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\"
+
include $(topsrcdir)/build-aux/Makefile.tail.mk