From 9f4868cea9c37ff42c0c01dd217c6710a6dda2aa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 13:57:02 +0000 Subject: Miscellaneous patches from Ralf Corsepius that are part of the Makefile.am conversion effort but were missed in the previous commits. --- cpukit/httpd/Makefile.in | 8 ++++---- cpukit/librpc/include/rpc/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit') diff --git a/cpukit/httpd/Makefile.in b/cpukit/httpd/Makefile.in index 392760195b..5285ea204d 100644 --- a/cpukit/httpd/Makefile.in +++ b/cpukit/httpd/Makefile.in @@ -6,7 +6,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = .. -subdir = rtems_servers +subdir = rtems_webserver RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ @@ -17,9 +17,9 @@ LIBNAME = lib.a LIB = ${ARCH}/${LIBNAME} # C and C++ source names, if any, go here -- minus the .c or .cc -C_PIECES=asp balloc wbase64 default ejlex ejparse form h handler mime \ - misc webpage ringq rom security socket sym uemf url value webcomp \ - webrom webs websuemf webmain +C_PIECES = asp balloc wbase64 default ejlex ejparse form h handler mime misc \ + webpage ringq rom security socket sym uemf url value webcomp webrom webs \ + websuemf webmain C_FILES = $(C_PIECES:%=%.c) C_O_FILES = $(C_PIECES:%=${ARCH}/%.o) diff --git a/cpukit/librpc/include/rpc/Makefile.am b/cpukit/librpc/include/rpc/Makefile.am index 49b4706d1e..5ca801b3c9 100644 --- a/cpukit/librpc/include/rpc/Makefile.am +++ b/cpukit/librpc/include/rpc/Makefile.am @@ -4,14 +4,14 @@ AUTOMAKE_OPTIONS = foreign 1.4 -if HAS_NETWORKING H_FILES = auth.h rpc.h svc.h types.h clnt.h rpc_msg.h svc_auth.h xdr.h noinst_HEADERS = $(H_FILES) +if HAS_NETWORKING PREINSTALL_FILES = \ $(PROJECT_INCLUDE)/rpc \ -$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rpc/%) +$(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%) $(PROJECT_INCLUDE)/rpc: @$(mkinstalldirs) $@ -- cgit v1.2.3