summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:14:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:14:37 +0000
commit65a38bcab729d5c3b99546a9790e0646d208724d (patch)
treea8b30c22e1fde149dec470682153c0ed6156f171 /c/src/exec
parentRemoved start subdirectory and distributed contents to the appropriate (diff)
downloadrtems-65a38bcab729d5c3b99546a9790e0646d208724d.tar.bz2
Web server uses the POSIX API. Therefor, it must be disabled when the
POSIX API is disabled.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/libnetworking/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/Makefile.am b/c/src/exec/libnetworking/Makefile.am
index faa250ad31..6ca714c5de 100644
--- a/c/src/exec/libnetworking/Makefile.am
+++ b/c/src/exec/libnetworking/Makefile.am
@@ -5,8 +5,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+if HAS_POSIX
+POSIX_SUBDIRS = rtems_webserver
+endif
+
SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \
-rtems_webserver wrapup
+$(POSIX_SUBDIRS) wrapup
EXTRA_DIST = \
CHANGELOG \