mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 08:10:08 +01:00
Otherwise, having a meson build directory along autotools,
lets `make check` fail with
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.
build/data/org.freedesktop.NetworkManager.policy.in
If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
Yes, meson does not require that the build directory is named "build"
and this fix only works for the default case.
15 lines
489 B
Text
15 lines
489 B
Text
data/NetworkManager.service.in
|
|
examples/python/NetworkManager.py
|
|
examples/python/systray/eggtrayicon.c
|
|
data/org.freedesktop.NetworkManager.policy.in
|
|
vpn-daemons/openvpn
|
|
vpn-daemons/pptp
|
|
vpn-daemons/vpnc
|
|
contrib/fedora/rpm/
|
|
shared/nm-utils/nm-vpn-editor-plugin-call.h
|
|
shared/nm-utils/nm-vpn-plugin-utils.c
|
|
# https://bugs.launchpad.net/intltool/+bug/1117944
|
|
sub/data/org.freedesktop.NetworkManager.policy.in
|
|
|
|
# from meson build directory:
|
|
build/data/org.freedesktop.NetworkManager.policy.in
|