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:
Dan Williams 2013-07-24 14:05:46 -05:00
parent e63ecfa2fd
commit 0744c6be08
3 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -19,6 +19,7 @@ SUBDIRS += \
platform \
settings/tests \
supplicant-manager/tests \
rdisc/tests \
tests
endif

View file

@ -1 +0,0 @@
SUBDIRS = tests