summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-09 13:06:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-09 13:06:56 +0000
commitf9452cd4812de26a4dbc4c4af8b6694b4a91fa39 (patch)
tree159d9cf2aa41c45daf896f0cf479350e060b6f91 /cpukit/Makefile.am
parentNew. (diff)
downloadrtems-f9452cd4812de26a4dbc4c4af8b6694b4a91fa39.tar.bz2
Add rtems_bsdnet_HEADERS.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 46ac513845..cf2c9a8247 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -40,6 +40,7 @@ include_HEADERS += backward/asm.h backward/chain.h backward/clockdrv.h \
if HAS_NETWORKING
include_HEADERS += backward/ftpd.h
+
endif
include_motoroladir = $(includedir)/motorola
@@ -76,6 +77,12 @@ include_sys_HEADERS += libcsupport/include/sys/ioccom.h \
libcsupport/include/sys/sockio.h libcsupport/include/sys/ttycom.h \
libcsupport/include/sys/termios.h libcsupport/include/sys/utsname.h \
libcsupport/include/sys/cdefs.h
+
+if HAS_NETWORKING
+include_rtems_bsdnetdir = $(includedir)/rtems/bsdnet
+include_rtems_bsdnet_HEADERS = libnetworking/rtems/bsdnet/servers.h
+include_rtems_bsdnet_HEADERS += libnetworking/rtems/bsdnet/_types.h
+endif
endif
include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \