forked from Imagelibrary/rtems
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
13 lines
269 B
Makefile
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
|