diff options
author | Raimo Niskanen <[email protected]> | 2016-05-27 14:23:53 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-06-01 16:21:30 +0200 |
commit | 0f1a85ef0373f2b5767579a30a6dc29eeb16438a (patch) | |
tree | 86dedcb560ff5f9ac1e8a11addf94b45a41ce149 /lib/kernel/src/Makefile | |
parent | 011954e851d421b882b0b4eaeda04cfc2895d70a (diff) | |
download | otp-0f1a85ef0373f2b5767579a30a6dc29eeb16438a.tar.gz otp-0f1a85ef0373f2b5767579a30a6dc29eeb16438a.tar.bz2 otp-0f1a85ef0373f2b5767579a30a6dc29eeb16438a.zip |
Rewrite inet* for address family 'local'
Diffstat (limited to 'lib/kernel/src/Makefile')
-rw-r--r-- | lib/kernel/src/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/kernel/src/Makefile b/lib/kernel/src/Makefile index 57dacebde3..2b72f78dcf 100644 --- a/lib/kernel/src/Makefile +++ b/lib/kernel/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1996-2013. All Rights Reserved. +# Copyright Ericsson AB 1996-2016. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -104,6 +104,8 @@ MODULES = \ inet_sctp \ kernel \ kernel_config \ + local_udp \ + local_tcp \ net \ net_adm \ net_kernel \ @@ -244,6 +246,8 @@ $(EBIN)/inet_tcp.beam: inet_int.hrl $(EBIN)/inet_udp_dist.beam: ../include/net_address.hrl ../include/dist.hrl ../include/dist_util.hrl $(EBIN)/inet_udp.beam: inet_int.hrl $(EBIN)/inet_sctp.beam: inet_int.hrl ../include/inet_sctp.hrl +$(EBIN)/local_udp.beam: inet_int.hrl +$(EBIN)/local_tcp.beam: inet_int.hrl $(EBIN)/net_kernel.beam: ../include/net_address.hrl $(EBIN)/os.beam: ../include/file.hrl $(EBIN)/ram_file.beam: ../include/file.hrl |