Skip to content

Commit 4910c55

Browse files
committed
Include fake SSL classes in regular .jar by default
1 parent 362fe34 commit 4910c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ServerCore/build/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ $(JAR_DIR)/elkoserver.jar: $(CLASS_BUILD_MARKER)
211211
`find $(CLA_ROOT)/json -name '*.class'` \
212212
`find $(CLA_ROOT)/objdb -name '*.class'` \
213213
`find $(CLA_ROOT)/server -name '*.class'` \
214-
`find $(CLA_ROOT)/util -name '*.class'`
214+
`find $(CLA_ROOT)/util -name '*.class'` \
215+
`find scalablessl -name '*.class'`
215216

216217
$(JAR_DIR)/fakessl.jar: $(CLASS_BUILD_MARKER)
217218
$(RM) $@

0 commit comments

Comments
 (0)