diff --git a/Makefile.am b/Makefile.am index 2509206126..8580a7eef0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in -DISTCHECK_CONFIGURE_FLAGS = --with-tests=yes --with-docs=yes +DISTCHECK_CONFIGURE_FLAGS = --with-tests=yes --with-docs=yes --with-udev-dir=$$dc_install_base/lib/udev DISTCLEANFILES = intltool-extract intltool-merge intltool-update diff --git a/callouts/Makefile.am b/callouts/Makefile.am index c441b958f9..18a7ac6c4d 100644 --- a/callouts/Makefile.am +++ b/callouts/Makefile.am @@ -99,5 +99,6 @@ CLEANFILES = $(BUILT_SOURCES) $(dbusactivation_DATA) EXTRA_DIST = \ $(dbusservice_DATA) \ $(dbusactivation_in_files) \ - nm-dispatcher.xml + nm-dispatcher.xml \ + $(udevrules_DATA)