diff options
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Makefile.am b/Makefile.am index 6810a46..5202965 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@  AUTOMAKE_OPTIONS = foreign  ACLOCAL_AMFLAGS = -I m4  SUBDIRS = src include tools udev + +DISTCHECK_CONFIGURE_FLAGS = \ +	--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) | 
