aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/examples/gen_tcp_dist/Makefile
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-13 21:34:09 +0100
committerRickard Green <[email protected]>2019-03-20 18:46:07 +0100
commit214b657769dd60cf2eab1824f6791225f5720a5a (patch)
tree38ef1fade19a3e8e83fa7d7956f64bc22e8484c3 /lib/kernel/examples/gen_tcp_dist/Makefile
parent80abf9d57e754bcb6b80d0501450a40bb281d3b6 (diff)
downloadotp-214b657769dd60cf2eab1824f6791225f5720a5a.tar.gz
otp-214b657769dd60cf2eab1824f6791225f5720a5a.tar.bz2
otp-214b657769dd60cf2eab1824f6791225f5720a5a.zip
Testing of the example gen_tcp_dist module
This also imply testing of processes as distribution controllers using the erlang:dist_ctrl_* BIFs.
Diffstat (limited to 'lib/kernel/examples/gen_tcp_dist/Makefile')
-rw-r--r--lib/kernel/examples/gen_tcp_dist/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/kernel/examples/gen_tcp_dist/Makefile b/lib/kernel/examples/gen_tcp_dist/Makefile
index 65513a1729..0c916835ea 100644
--- a/lib/kernel/examples/gen_tcp_dist/Makefile
+++ b/lib/kernel/examples/gen_tcp_dist/Makefile
@@ -2,9 +2,7 @@ RM=rm -f
CP=cp
EBIN=ebin
ERLC=erlc
-# Works if building in open source source tree
-KERNEL_INCLUDE=$(ERL_TOP)/lib/kernel/include
-ERLCFLAGS+= -W -I$(KERNEL_INCLUDE)
+ERLCFLAGS+= -W
MODULES=gen_tcp_dist