mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 13:38:06 +02:00
Clean up handling of "special" keys in keyfiles, ie ones that need more processing than the basic GKeyFile API supports. Add MAC address reading (writing support to come). Additionally, add some test bits for the keyfile plugin that get run on 'make check'.
9 lines
147 B
Makefile
9 lines
147 B
Makefile
EXTRA_DIST = \
|
|
Test_Wired_Connection \
|
|
Test_GSM_Connection
|
|
|
|
check-local:
|
|
@for f in $(EXTRA_DIST); do \
|
|
chmod 0600 $(abs_srcdir)/$$f; \
|
|
done
|
|
|