From f85a3c56ed9d6036d558bb004d000248bc3e110f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 20:52:51 +0000 Subject: 2002-05-03 Ralf Corsepius * include/Makefile.am: Remove. * include/sys/utsname.h: Added, removed times (now in newlib). * Makefile.am: Merge include/Makefile.am * libc/utsname.c: Relocated from posix/src. * libc/Makefile.am: Reflect changes above. * configure.ac: Remove include/Makefile --- c/src/lib/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'c/src/lib/Makefile.am') diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am index 93e28ebdee..fd44699989 100644 --- a/c/src/lib/Makefile.am +++ b/c/src/lib/Makefile.am @@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ include_sysdir = $(includedir)/sys -if !HAS_NETWORKING -NETWORKING_H_FILES = include/sys/ioctl.h -endif if NEWLIB NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h endif include_sys_HEADERS = \ +include/sys/filio.h \ include/sys/ioccom.h \ +include/sys/ioctl.h \ +include/sys/sockio.h \ +include/sys/termios.h \ include/sys/ttycom.h \ include/sys/utime.h \ -$(NEWLIB_H_FILES) $(NETWORKING_H_FILES) +$(NEWLIB_H_FILES) PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ $(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%) -- cgit v1.2.3