Files
rtems/testsuites/ada/Makefile.am
Sebastian Huber 2d0bc839ed build: Remove EXTRA_DIST
A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.
2018-04-04 10:09:04 +02:00

13 lines
269 B
Makefile

ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
_SUBDIRS = support samples sptests tmtests
if HAS_MP
_SUBDIRS += mptests
endif
DIST_SUBDIRS = support samples sptests tmtests mptests
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am