From 6a8e52d3aad0eb2f3c0058f31c24ae30f2aabf58 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:12:10 +0000 Subject: 2003-08-16 Ralf Corsepius 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. --- cpukit/ftpd/Makefile.am | 6 +++--- cpukit/httpd/Makefile.am | 6 +++--- cpukit/pppd/Makefile.am | 6 +++--- cpukit/telnetd/Makefile.am | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am index e53b6728ab..967ff147b5 100644 --- a/cpukit/ftpd/Makefile.am +++ b/cpukit/ftpd/Makefile.am @@ -8,8 +8,8 @@ LIB = $(ARCH)/$(LIBNAME) C_FILES = ftpd.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 # # Add local stuff here using += @@ -43,4 +43,4 @@ $(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems/%.h: %.h $(INSTALL_DATA) $< $@ -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/automake/local.am diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index f5a8e73122..592acb2a48 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -13,8 +13,8 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.h -include $(top_srcdir)/../../automake/compile.am -include $(top_srcdir)/../../automake/lib.am +include $(top_srcdir)/automake/compile.am +include $(top_srcdir)/automake/lib.am # # Add local stuff here using += @@ -58,4 +58,4 @@ EXTRA_DIST = asp.c balloc.c default.c ej.h ejlex.c ejparse.c form.c h.c \ sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \ webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.h -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/automake/local.am diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am index f03c0d604f..b3b8ba7a56 100644 --- a/cpukit/pppd/Makefile.am +++ b/cpukit/pppd/Makefile.am @@ -10,8 +10,8 @@ C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \ rtemspppd.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 # # Add local stuff here using += @@ -39,4 +39,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/automake/local.am diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am index 26d5b24071..f433106a60 100644 --- a/cpukit/telnetd/Makefile.am +++ b/cpukit/telnetd/Makefile.am @@ -10,8 +10,8 @@ C_FILES = pty.c telnetd.c icmds.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)/rtems: @$(mkinstalldirs) $@ @@ -39,4 +39,4 @@ endif EXTRA_DIST = README pty.c telnetd.c pty.h icmds.c telnetd.h -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3