From 621db4d2278c1cc0f4d464b3335192e8a6f272ab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Jun 2000 12:57:50 +0000 Subject: Moved to lib/include/sys from libnetworking/sys so non-networking applications could include . --- c/src/lib/include/sys/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src') diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am index a5db29eafc..3d6045697b 100644 --- a/c/src/lib/include/sys/Makefile.am +++ b/c/src/lib/include/sys/Makefile.am @@ -14,9 +14,9 @@ else NEWLIB_H_FILES += termios.h endif -H_FILES = ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) +H_FILES = cdefs.h ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) -noinst_HEADERS = utime.h termios.h ioctl.h rtems_ioccom.h +noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) -- cgit v1.2.3