summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/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/libnetworking/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 '')
-rw-r--r--cpukit/libnetworking/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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