diff options
author | Hans Nilsson <[email protected]> | 2014-12-19 10:16:11 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-12-19 10:16:11 +0100 |
commit | 81ef56c22d95f0ed65f4b5c1815fcfd33cad83b4 (patch) | |
tree | 5befc35ce315ca5d382a5f90642eee8efbacf202 /lib/eldap/test/Makefile | |
parent | 61a997e4574556393fc6c76319bf741c14be690f (diff) | |
parent | 49cf869191975c59cdc41a3fa2658bc852f6475f (diff) | |
download | otp-81ef56c22d95f0ed65f4b5c1815fcfd33cad83b4.tar.gz otp-81ef56c22d95f0ed65f4b5c1815fcfd33cad83b4.tar.bz2 otp-81ef56c22d95f0ed65f4b5c1815fcfd33cad83b4.zip |
eldap: fix merge conflict
Diffstat (limited to 'lib/eldap/test/Makefile')
-rw-r--r-- | lib/eldap/test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile index 24e71cebaa..28a7a107e1 100644 --- a/lib/eldap/test/Makefile +++ b/lib/eldap/test/Makefile @@ -28,8 +28,9 @@ INCLUDES= -I. -I ../include # ---------------------------------------------------- MODULES= \ - eldap_connections_SUITE \ - eldap_basic_SUITE + eldap_basic_SUITE \ + make_certs + ERL_FILES= $(MODULES:%=%.erl) |