summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-29 17:00:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-29 17:00:59 +0000
commit8a79786886d83e0346146bcc36d0ae7b535c723c (patch)
tree71ae14b1b4f58aeb5c7b327ad35d566d7219df8f /cpukit/libnetworking/Makefile.am
parent2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8a79786886d83e0346146bcc36d0ae7b535c723c.tar.bz2
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate c/src/libnetworking. * Makefile.am: Reflect moval. * machine/Makefile.am: Ditto. * net/Makefile.am: Ditto. * lib/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * vm/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * sys/Makefile.am: Ditto. * arpa/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * kern/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * configure.ac: Dittp. * wrapup/Makefile.am: Ditto. Remove references to networking apps.
Diffstat (limited to 'cpukit/libnetworking/Makefile.am')
-rw-r--r--cpukit/libnetworking/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index 78ca619175..e2123f250f 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -2,10 +2,11 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../aclocal
+ACLOCAL_AMFLAGS = -I ../../../../aclocal
-SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems \
- rtems_servers pppd rtems_telnetd rtems_webserver wrapup
+SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
+# SUBDIRS += rtems_servers pppd rtems_telnetd rtems_webserver
+SUBDIRS += wrapup
include_HEADERS = \
bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
@@ -23,5 +24,5 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = CHANGELOG
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am