diff options
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index 3c2153916e..cd12962418 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -5,6 +5,7 @@ rootprefix=@rootprefix@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DROOTPREFIX=\"$(rootprefix)\" \ + -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \ -I $(top_srcdir)/src/libudev \ -I $(top_srcdir)/src/udev \ -I $(top_srcdir)/src/shared |