diff options
Diffstat (limited to 'lib/eldap/test/Makefile')
-rw-r--r-- | lib/eldap/test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile index 3c5810eece..28a7a107e1 100644 --- a/lib/eldap/test/Makefile +++ b/lib/eldap/test/Makefile @@ -28,7 +28,9 @@ INCLUDES= -I. -I ../include # ---------------------------------------------------- MODULES= \ - eldap_basic_SUITE + eldap_basic_SUITE \ + make_certs + ERL_FILES= $(MODULES:%=%.erl) |