summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:25:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:25:08 +0000
commit5c0064d74129783d6804ec7097fbceaf77f101a7 (patch)
tree1a3ad8c8e434a82f61793a42838c434b0f143132 /c/src/libchip/network
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5c0064d74129783d6804ec7097fbceaf77f101a7.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. ide/Makefile.am: Reflect having moved automake. network/Makefile.am: Reflect having moved automake. rtc/Makefile.am: Reflect having moved automake. serial/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/libchip/network')
-rw-r--r--c/src/libchip/network/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/libchip/network/Makefile.am b/c/src/libchip/network/Makefile.am
index eafa47b6b2..5d228c98be 100644
--- a/c/src/libchip/network/Makefile.am
+++ b/c/src/libchip/network/Makefile.am
@@ -9,8 +9,8 @@ LIB = $(ARCH)/$(LIBNAME).a
C_FILES = cs8900.c dec21140.c i82586.c sonic.c if_fxp.c elnk.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../automake/compile.am
-include $(top_srcdir)/../../automake/lib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
$(PROJECT_INCLUDE)/libchip:
@$(mkinstalldirs) $@
@@ -50,4 +50,4 @@ endif
EXTRA_DIST = README README.cs8900 README.dec21140 README.i82586 README.sonic \
cs8900.c cs8900.c.bsp dec21140.c i82586.c if_fxp.c sonic.c
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/automake/local.am