summaryrefslogtreecommitdiff
path: root/src/udev/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/Makefile.am')
-rw-r--r--src/udev/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am
index f353e079a8..6e85181ae2 100644
--- a/src/udev/Makefile.am
+++ b/src/udev/Makefile.am
@@ -7,7 +7,10 @@ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-DMODPROBE=\"$(MODPROBE)\" \
-DROOTPREFIX=\"$(rootprefix)\" \
- -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
+ -DUDEV_HWDB_DIR=\"$(udevhwdbdir)\" \
+ -DUDEV_HWDB_BIN=\"$(udevhwdbbin)\" \
+ -DUDEV_RULES_DIR=\"$(udevrulesdir)\" \
+ -DUDEV_LIBEXEC_DIR=\"$(udevlibexecdir)\" \
-I $(top_srcdir)/src/libudev
sbin_PROGRAMS = \