mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 16:10:08 +01:00
platform: add minimal Makefile.am for convenience
When working only with nm-platform and its testsuite, it's convenient to call 'make', 'make check', etc from 'src/platform' directory.
This commit is contained in:
parent
ed37ceeb91
commit
b294a1ef63
2 changed files with 2 additions and 0 deletions
|
|
@ -687,6 +687,7 @@ src/settings/plugins/keyfile/tests/Makefile
|
||||||
src/settings/plugins/keyfile/tests/keyfiles/Makefile
|
src/settings/plugins/keyfile/tests/keyfiles/Makefile
|
||||||
src/settings/plugins/example/Makefile
|
src/settings/plugins/example/Makefile
|
||||||
src/settings/tests/Makefile
|
src/settings/tests/Makefile
|
||||||
|
src/platform/Makefile
|
||||||
src/platform/tests/Makefile
|
src/platform/tests/Makefile
|
||||||
src/devices/wimax/Makefile
|
src/devices/wimax/Makefile
|
||||||
libnm-util/libnm-util.pc
|
libnm-util/libnm-util.pc
|
||||||
|
|
|
||||||
1
src/platform/Makefile.am
Normal file
1
src/platform/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS = tests
|
||||||
Loading…
Add table
Reference in a new issue