diff options
author | Peter Andersson <[email protected]> | 2012-11-20 12:30:53 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-11-20 12:30:53 +0100 |
commit | ef8c1a9b7d0e9f35439fcb1e75e2e287cba53e9a (patch) | |
tree | dfef1a69c45f9684fcde45ffed8c8b315006ce5e /lib/common_test/src/Makefile | |
parent | 3618f75a8816e119a1ed9c7ff71664f0d49f5fb7 (diff) | |
parent | b0acd41f90490d38156cf9c8615859def630596b (diff) | |
download | otp-ef8c1a9b7d0e9f35439fcb1e75e2e287cba53e9a.tar.gz otp-ef8c1a9b7d0e9f35439fcb1e75e2e287cba53e9a.tar.bz2 otp-ef8c1a9b7d0e9f35439fcb1e75e2e287cba53e9a.zip |
Merge branch 'maint'
Conflicts:
lib/common_test/test/Makefile
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index f7dce195d7..dd2923ece9 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -73,7 +73,8 @@ MODULES= \ cth_surefire \ ct_netconfc \ ct_conn_log_h \ - cth_conn_log + cth_conn_log \ + ct_groups TARGET_MODULES= $(MODULES:%=$(EBIN)/%) BEAM_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) |