source: rtems/cpukit/librpc/Makefile.am @ 7f2c3e3

4.104.114.84.95
Last change on this file since 7f2c3e3 was 7f2c3e3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:08:02

2000-09-04 Ralf Corsepius <corsepiu@…>

  • src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 284 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8if rpc_not_supported
9SUBDIRS =
10else
11SUBDIRS = include src
12endif
13
14EXTRA_DIST = README_RTEMS
15
16include $(top_srcdir)/../../../automake/subdirs.am
17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.