source: rtems/testsuites/Makefile.am @ 436ef33

4.115
Last change on this file since 436ef33 was 7036ed0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/13/11 at 13:08:12

2011-10-13 Ralf Corsépius <ralf.corsepius@…>

  • support/include/primode.h: New.
  • Makefile.am: Add support/include/primode.h
  • Property mode set to 100644
File size: 452 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
16
17SUBDIRS = @subdirs@
18
19EXTRA_DIST = PROBLEMS
20
21include $(top_srcdir)/automake/subdirs.am
22include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.