source: rtems/testsuites/Makefile.am @ 16b1599f

4.115
Last change on this file since 16b1599f was 30e4954, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/11 at 02:31:25

2011-09-30 Ralf Corsépius <ralf.corsepius@…>

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