mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 10:40:58 +01:00
build: correctly set DISTCHECK_CONFIGURE_FLAGS
Fixes:84021454eb(cherry picked from commit5a3eb7aee3)
This commit is contained in:
parent
946453ef9a
commit
529a16279d
1 changed files with 1 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
|||
--enable-tests=yes \
|
||||
--with-valgrind=no \
|
||||
--enable-gtk-doc \
|
||||
--enable-more-warnings=yes \
|
||||
--enable-more-warnings=error \
|
||||
--with-udev-dir=$$dc_install_base/lib/udev \
|
||||
--with-wext=no \
|
||||
--enable-ifcfg-rh \
|
||||
|
|
@ -59,8 +59,6 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = NetworkManager.pc
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=error
|
||||
|
||||
CLEANFILES = cscope.in.out cscope.out cscope.po.out
|
||||
|
||||
cscope:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue