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/libnetworking/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libnetworking/Makefile.am') diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index 7ff7057457..755e61a23d 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -138,4 +138,6 @@ endif EXTRA_DIST += $(UNUSED_FILES) include $(top_srcdir)/automake/local.am +if LIBNETWORKING include $(srcdir)/headers.am +endif -- cgit v1.2.3