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