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