mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-15 01:00:27 +01:00
11 lines
209 B
Makefile
11 lines
209 B
Makefile
EXTRA_DIST = \
|
|
Test_Wired_Connection \
|
|
Test_GSM_Connection \
|
|
Test_Wireless_Connection \
|
|
Test_Wired_Connection_MAC_Case
|
|
|
|
check-local:
|
|
@for f in $(EXTRA_DIST); do \
|
|
chmod 0600 $(abs_srcdir)/$$f; \
|
|
done
|
|
|