source: rtems/c/src/libnetworking/Makefile.am @ 48bfd992

4.104.114.84.95
Last change on this file since 48bfd992 was 65a38bc, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 16:14:37

Web server uses the POSIX API. Therefor, it must be disabled when the
POSIX API is disabled.

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