summaryrefslogtreecommitdiff
path: root/src/systemd-hwdb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 00:20:05 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 00:20:05 -0400
commite6bb2f874cffa2e1cbbd937565b80af54cffeace (patch)
tree358b836daedb1a34aa4eceb0b7d8380588c695f9 /src/systemd-hwdb
parent9f245fa03d1c22694d2c49c0d40cab52f94e4c8d (diff)
more
Diffstat (limited to 'src/systemd-hwdb')
-rw-r--r--src/systemd-hwdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemd-hwdb/Makefile b/src/systemd-hwdb/Makefile
index 47f900aefc..9130fbcfd2 100644
--- a/src/systemd-hwdb/Makefile
+++ b/src/systemd-hwdb/Makefile
@@ -73,4 +73,7 @@ EXTRA_DIST += \
hwdb/ids-update.pl \
hwdb/sdio.ids
+systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-hwdb
+systemd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\"
+
include $(topsrcdir)/build-aux/Makefile.tail.mk