summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:12:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:12:10 +0000
commit6a8e52d3aad0eb2f3c0058f31c24ae30f2aabf58 (patch)
tree9c30ba319f55d61e65f88964f52e1040df733e6c /c/src/libnetworking/wrapup/Makefile.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6a8e52d3aad0eb2f3c0058f31c24ae30f2aabf58.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. pppd/Makefile.am: Reflect having moved automake. rtems_servers/Makefile.am: Reflect having moved automake. rtems_telnetd/Makefile.am: Reflect having moved automake. rtems_webserver/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/libnetworking/wrapup/Makefile.am')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am
index 3b839ba14f..83aa6d5080 100644
--- a/c/src/libnetworking/wrapup/Makefile.am
+++ b/c/src/libnetworking/wrapup/Makefile.am
@@ -12,8 +12,8 @@ NET_O_PIECES = rtems_servers \
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetapps.a
-include $(top_srcdir)/../../automake/compile.am
-include $(top_srcdir)/../../automake/lib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -26,4 +26,4 @@ $(LIB): $(OBJS)
all-local: $(ARCH) $(OBJS) $(LIB)
endif
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/automake/local.am