mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 20:30:20 +01:00
build: simplify rdisc tests makefile subdirs
src/rdisc doesn't need a makefile just to point to the tests, we can do that more easily from src/Makefile.am like we do for all the other tests subdirs.
This commit is contained in:
parent
e63ecfa2fd
commit
0744c6be08
3 changed files with 1 additions and 2 deletions
|
|
@ -689,7 +689,6 @@ src/settings/plugins/example/Makefile
|
|||
src/settings/tests/Makefile
|
||||
src/platform/Makefile
|
||||
src/platform/tests/Makefile
|
||||
src/rdisc/Makefile
|
||||
src/rdisc/tests/Makefile
|
||||
src/devices/wimax/Makefile
|
||||
libnm-util/libnm-util.pc
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ SUBDIRS += \
|
|||
platform \
|
||||
settings/tests \
|
||||
supplicant-manager/tests \
|
||||
rdisc/tests \
|
||||
tests
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS = tests
|
||||
Loading…
Add table
Reference in a new issue