From 08d7b5f9d2da1c99eec0a25f972484ea82238886 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 19 Feb 2009 17:05:02 -0500 Subject: [PATCH] core: fix distcheck for udev callout --- Makefile.am | 2 +- callouts/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)