From 8a79786886d83e0346146bcc36d0ae7b535c723c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 2002 17:00:59 +0000 Subject: 2002-05-29 Ralf Corsepius 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. --- c/src/exec/libnetworking/net/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec/libnetworking/net') diff --git a/c/src/exec/libnetworking/net/Makefile.am b/c/src/exec/libnetworking/net/Makefile.am index f17d0a97f5..737ae56260 100644 --- a/c/src/exec/libnetworking/net/Makefile.am +++ b/c/src/exec/libnetworking/net/Makefile.am @@ -14,9 +14,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) OBJS = $(C_O_FILES) -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../../../automake/compile.am -include $(top_srcdir)/../../../automake/lib.am +include $(top_srcdir)/../../../../automake/multilib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # Add local stuff here using += @@ -48,4 +48,4 @@ $(PROJECT_INCLUDE)/net: $(PROJECT_INCLUDE)/net/%.h: %.h $(INSTALL_DATA) $< $@ -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3