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/wrapup/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/wrapup') 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 -- cgit v1.2.3