summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
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/wrapup
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/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 2fdb754b4b..3b0887457c 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -86,9 +86,6 @@ if LIBNETWORKING
TMP_LIBS += ../libnetworking/libnetworking.a
TMP_LIBS += ../libnetworking/libc.a
TMP_LIBS += ../libnetworking/lib.a
-endif
-
-if LIBRPC
TMP_LIBS += ../librpc/librpc.a
TMP_LIBS += ../librpc/libxdr.a
endif