summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-09 08:38:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-09 08:43:29 +0100
commit16f4661fd1fd13b7b5ce63756e0cbfd20843aa75 (patch)
tree7c95d12cc5d2240d2aedef4a8d457ed6377c7cbc /cpukit/librpc/Makefile.am
parentcpukit/include/mqueue.h: Delete unneeded includes (diff)
downloadrtems-16f4661fd1fd13b7b5ce63756e0cbfd20843aa75.tar.bz2
network: Optionally install network headers
Install the network headers only if --enable-networking is specified. Update #3254.
Diffstat (limited to 'cpukit/librpc/Makefile.am')
-rw-r--r--cpukit/librpc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index 92a76ba7ff..46d6a8e0ab 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST =
-if LIBRPC
+if LIBNETWORKING
man_MANS =
noinst_LIBRARIES = libxdr.a
@@ -17,7 +17,7 @@ endif
libxdr_mans = src/xdr/xdr.3
EXTRA_DIST += $(libxdr_mans)
-if LIBRPC
+if LIBNETWORKING
man_MANS += $(libxdr_mans)
noinst_LIBRARIES += librpc.a
@@ -47,7 +47,7 @@ librpc_mans = src/rpc/bindresvport.3 src/rpc/getrpcent.3 src/rpc/publickey.3 \
src/rpc/rpc.5 src/rpc/rstat.1 src/rpc/rtime.3
EXTRA_DIST += $(librpc_mans)
-if LIBRPC
+if LIBNETWORKING
man_MANS += $(librpc_mans)
endif