summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/httpd/Makefile.in8
-rw-r--r--cpukit/librpc/include/rpc/Makefile.am4
2 files changed, 6 insertions, 6 deletions
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) $@