source: rtems/testsuites/Makefile.am @ 14d4397

4.115
Last change on this file since 14d4397 was 1415194, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/11 at 06:50:42

2011-12-11 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Add support/include/tmtests_empty_function.h.
  • Property mode set to 100644
File size: 511 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7DISTCLEANFILES =
8CLEANFILES =
9
10noinst_HEADERS =
11noinst_HEADERS += support/include/buffer_test_io.h
12noinst_HEADERS += support/include/test_support.h
13noinst_HEADERS += support/include/tmacros.h
14noinst_HEADERS += support/include/pritime.h
15noinst_HEADERS += support/include/primode.h
16noinst_HEADERS += support/include/tmtests_empty_function.h
17
18SUBDIRS = @subdirs@
19
20EXTRA_DIST = PROBLEMS
21
22include $(top_srcdir)/automake/subdirs.am
23include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.