From ce75da600a2c46755679561e3b4d025048addd16 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Jul 2002 13:25:06 +0000 Subject: 2002-07-24 Joel Sherrill * Makefile.am, libc/res_send.c: Do not install or use since RTEMS does not support it. --- cpukit/libnetworking/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/libnetworking/Makefile.am') diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index a2dca14fc8..2a470b5212 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -7,9 +7,11 @@ ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems SUBDIRS += wrapup +## poll.h is not in the list because RTEMS does not have poll() +## and installing poll.h confuses autoconf. include_HEADERS = \ bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ - opt_tcpdebug.h poll.h resolv.h syslog.h memory.h + opt_tcpdebug.h resolv.h syslog.h memory.h PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) -- cgit v1.2.3