Changeset 005c3fe7 in rtems
- Timestamp:
- Jun 24, 2016, 6:07:34 AM (3 years ago)
- Branches:
- master
- Children:
- 657e6c93
- Parents:
- f2082cc
- git-author:
- Christian Mauderer <Christian.Mauderer@…> (06/24/16 06:07:34)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/28/16 11:02:20)
- Location:
- cpukit/libnetworking
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/Makefile.am
rf2082cc r005c3fe7 121 121 netinet/udp_usrreq.c netinet/in_cksum_arm.h netinet/in_cksum_i386.h \ 122 122 netinet/in_cksum_m68k.h netinet/in_cksum_powerpc.h 123 124 ## netinet6 125 126 include_netinet6dir = $(includedir)/netinet6 127 128 include_netinet6_HEADERS = netinet6/in6.h 123 129 124 130 ## nfs -
cpukit/libnetworking/preinstall.am
rf2082cc r005c3fe7 244 244 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/udp_var.h 245 245 246 $(PROJECT_INCLUDE)/netinet6/$(dirstamp): 247 @$(MKDIR_P) $(PROJECT_INCLUDE)/netinet6 248 @: > $(PROJECT_INCLUDE)/netinet6/$(dirstamp) 249 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/netinet6/$(dirstamp) 250 251 $(PROJECT_INCLUDE)/netinet6/in6.h: netinet6/in6.h $(PROJECT_INCLUDE)/netinet6/$(dirstamp) 252 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/netinet6/in6.h 253 PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet6/in6.h 254 246 255 $(PROJECT_INCLUDE)/nfs/$(dirstamp): 247 256 @$(MKDIR_P) $(PROJECT_INCLUDE)/nfs
Note: See TracChangeset
for help on using the changeset viewer.