Files
rtems/testsuites/Makefile.am
Ralf Corsepius 7036ed0049 2011-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/primode.h: New.
	* Makefile.am: Add support/include/primode.h
2011-10-13 13:08:12 +00:00

23 lines
452 B
Makefile

##
## $Id$
##
ACLOCAL_AMFLAGS = -I aclocal
DISTCLEANFILES =
CLEANFILES =
noinst_HEADERS =
noinst_HEADERS += support/include/buffer_test_io.h
noinst_HEADERS += support/include/test_support.h
noinst_HEADERS += support/include/tmacros.h
noinst_HEADERS += support/include/pritime.h
noinst_HEADERS += support/include/primode.h
SUBDIRS = @subdirs@
EXTRA_DIST = PROBLEMS
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am