summaryrefslogtreecommitdiff
path: root/tests/SSL
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2001-12-28 09:55:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2001-12-28 09:55:32 +0000
commit9b9bad6369a22249f7d1bf35adcd14bb81ff8d7d (patch)
treefb8a64bf3d77ced3686f52d044405169cd90416d /tests/SSL
parent4882b155b5247781e2be57cb6def08c8c3f58f04 (diff)
downloadATCD-9b9bad6369a22249f7d1bf35adcd14bb81ff8d7d.tar.gz
ChangeLogTag: Fri Dec 28 10:51:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/SSL')
-rw-r--r--tests/SSL/Makefile.bor9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/SSL/Makefile.bor b/tests/SSL/Makefile.bor
index 2819dfc4f14..3cda022aa1c 100644
--- a/tests/SSL/Makefile.bor
+++ b/tests/SSL/Makefile.bor
@@ -8,11 +8,16 @@ NAMES = \
OBJFILES = $(OBJDIR)\$(NAME).obj
-CFLAGS = $(ACE_CFLAGS) $(SSL_CFLAGS) $(ACE_SSL_CFLAGS)
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(SSL_CFLAGS) \
+ $(ACE_SSL_CFLAGS)
CPPDIR = .
-LIBFILES = $(ACE_LIB)
+LIBFILES = \
+ $(ACE_LIB) \
+ $(ACE_SSL_LIB)
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>