Changeset ae972834 in mainline for uspace/lib/socket/Makefile
- Timestamp:
- 2010-10-08T21:47:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b278b4e
- Parents:
- c0e74b1 (diff), 368fb2c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/socket/Makefile
rc0e74b1 rae972834 33 33 34 34 SOURCES = \ 35 generic/socket_core.c \36 35 generic/icmp_common.c \ 37 36 generic/icmp_api.c \ 38 packet/packet.c \ 39 packet/packet_client.c \ 40 packet/packet_server.c 37 packet/packet_server.c 41 38 42 39 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.