core: fix distcheck for udev callout

This commit is contained in:
Dan Williams 2009-02-19 17:05:02 -05:00
parent 671c232544
commit 08d7b5f9d2
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -99,5 +99,6 @@ CLEANFILES = $(BUILT_SOURCES) $(dbusactivation_DATA)
EXTRA_DIST = \
$(dbusservice_DATA) \
$(dbusactivation_in_files) \
nm-dispatcher.xml
nm-dispatcher.xml \
$(udevrules_DATA)