From 16f4661fd1fd13b7b5ce63756e0cbfd20843aa75 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Mar 2018 08:38:18 +0100 Subject: network: Optionally install network headers Install the network headers only if --enable-networking is specified. Update #3254. --- cpukit/librpc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/librpc/Makefile.am') 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 -- cgit v1.2.3