aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-26 18:04:52 +0200
committerMicael Karlberg <[email protected]>2011-09-26 18:04:52 +0200
commitadacb706e77b90a9284c3f4d8c828992c9acebf8 (patch)
treeb801a4e1f5927642d5379e6be09ddf837ca8672b /lib/common_test/src/Makefile
parent3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f (diff)
parent1eb09dda09fa3de6b05f09d881065a0a7de2624f (diff)
downloadotp-adacb706e77b90a9284c3f4d8c828992c9acebf8.tar.gz
otp-adacb706e77b90a9284c3f4d8c828992c9acebf8.tar.bz2
otp-adacb706e77b90a9284c3f4d8c828992c9acebf8.zip
Merge branch 'major' of super:otp into bmk/inets/inets58_integration
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r--lib/common_test/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile
index 5b23558a96..125aa828fb 100644
--- a/lib/common_test/src/Makefile
+++ b/lib/common_test/src/Makefile
@@ -68,7 +68,8 @@ MODULES= \
ct_config_xml \
ct_slave \
ct_hooks\
- ct_hooks_lock
+ ct_hooks_lock\
+ cth_log_redirect
TARGET_MODULES= $(MODULES:%=$(EBIN)/%)
BEAM_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR))