source: rtems/testsuites/Makefile.am @ 945f5901

4.104.114.84.95
Last change on this file since 945f5901 was 5ddf9698, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:47:07

2005-11-09 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Don't preinstall support/include headers.
  • Property mode set to 100644
File size: 312 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7DISTCLEANFILES =
8CLEANFILES =
9
10noinst_HEADERS = support/include/tmacros.h support/include/buffer_test_io.h
11
12SUBDIRS = @subdirs@
13
14EXTRA_DIST = PROBLEMS
15
16include $(srcdir)/preinstall.am
17
18include $(top_srcdir)/automake/subdirs.am
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.