Changeset f85a3c56 in rtems for c/src/lib/Makefile.am
- Timestamp:
- 05/14/02 20:52:51 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b3afc0f
- Parents:
- baf71338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/Makefile.am
rbaf71338 rf85a3c56 57 57 include_sysdir = $(includedir)/sys 58 58 59 if !HAS_NETWORKING60 NETWORKING_H_FILES = include/sys/ioctl.h61 endif62 59 63 60 if NEWLIB … … 66 63 67 64 include_sys_HEADERS = \ 65 include/sys/filio.h \ 68 66 include/sys/ioccom.h \ 67 include/sys/ioctl.h \ 68 include/sys/sockio.h \ 69 include/sys/termios.h \ 69 70 include/sys/ttycom.h \ 70 71 include/sys/utime.h \ 71 $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)72 $(NEWLIB_H_FILES) 72 73 73 74 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
Note: See TracChangeset
for help on using the changeset viewer.