diff options
author | Rickard Green <[email protected]> | 2017-06-30 16:34:26 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-08-28 14:42:44 +0200 |
commit | 87677f64629f1f738e132659c445c3431b02c0b2 (patch) | |
tree | ba5d4a57f36f10a1b755b2ecc9edf8e12eeb0db1 /lib/kernel/examples/Makefile | |
parent | 78fad16ef7c5477239bc0b51125fabfe6567039d (diff) | |
download | otp-87677f64629f1f738e132659c445c3431b02c0b2.tar.gz otp-87677f64629f1f738e132659c445c3431b02c0b2.tar.bz2 otp-87677f64629f1f738e132659c445c3431b02c0b2.zip |
Example of using distribution controller processes
Diffstat (limited to 'lib/kernel/examples/Makefile')
-rw-r--r-- | lib/kernel/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/examples/Makefile b/lib/kernel/examples/Makefile index 26ec58f571..f86e662838 100644 --- a/lib/kernel/examples/Makefile +++ b/lib/kernel/examples/Makefile @@ -45,7 +45,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/kernel-$(KERNEL_VSN)/examples # Pack and install the complete directory structure from # here (CWD) and down, for all examples. -EXAMPLES = uds_dist +EXAMPLES = uds_dist gen_tcp_dist release_spec: $(INSTALL_DIR) "$(RELSYSDIR)" |