From 6a398265f3bd30a252cba2b1ada04ff1c617cf96 Mon Sep 17 00:00:00 2001 From: David Cortarello Date: Wed, 25 Mar 2015 01:48:36 -0300 Subject: Remove hardcoded path /run and configure using --with-rootrundir= Signed-off-by: Anthony G. Basile --- src/udev/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/udev/Makefile.am') diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index b6583f0070..401af01c98 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -6,6 +6,7 @@ AM_CPPFLAGS = \ -DUDEV_HWDB_DIR=\"$(udevhwdbdir)\" \ -DUDEV_HWDB_BIN=\"$(udevhwdbbin)\" \ -DUDEV_CONF_DIR=\"$(udevconfdir)\" \ + -DUDEV_ROOT_RUN=\"$(rootrundir)\" \ -DUDEV_RULES_DIR=\"$(udevrulesdir)\" \ -DUDEV_LIBEXEC_DIR=\"$(udevlibexecdir)\" \ -DUDEV_VERSION=\"$(UDEV_VERSION)\" \ -- cgit v1.2.3-54-g00ecf