source: rtems/cpukit/libnetworking/Makefile.am @ c1cdaa0

4.104.114.84.95
Last change on this file since c1cdaa0 was c1cdaa0, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 12:50:33

Patch from Emmanuel Raguet <raguet@…> and Eric Valette
<valette@…> to add a port of the GoAhead? web server
(httpd) to the RTEMS build tree. They have successfully used
this BSP on i386/pc386 and PowerPC/mcp750.

Mark and Joel spoke with Nick Berliner <nickb@…> on
26 Oct 1999 about this port and got verbal approval to include
it in RTEMS distributions.

  • Property mode set to 100644
File size: 431 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \
9rtems_webserver wrapup
10
11EXTRA_DIST = \
12CHANGELOG \
13README \
14bpfilter.h \
15loop.h \
16netdb.h \
17opt_ipfw.h \
18opt_mrouting.h \
19opt_tcpdebug.h \
20poll.h \
21resolv.h \
22syslog.h
23
24include $(top_srcdir)/../../../automake/subdirs.am
25include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.