mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 02:20:12 +01:00
core: fix distcheck for udev callout
This commit is contained in:
parent
671c232544
commit
08d7b5f9d2
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -99,5 +99,6 @@ CLEANFILES = $(BUILT_SOURCES) $(dbusactivation_DATA)
|
|||
EXTRA_DIST = \
|
||||
$(dbusservice_DATA) \
|
||||
$(dbusactivation_in_files) \
|
||||
nm-dispatcher.xml
|
||||
nm-dispatcher.xml \
|
||||
$(udevrules_DATA)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue