54
55
56
57
58
59
60
61
62
63
64
|
ifdef FOSSIL_ENABLE_SSL
LIB += -lcrypto -lssl
endif
#### Tcl shell for use in running the fossil testsuite.
#
TCLSH = tclsh
# You should not need to change anything below this line
###############################################################################
include $(SRCDIR)/main.mk
|
>
>
>
>
|
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
ifdef FOSSIL_ENABLE_SSL
LIB += -lcrypto -lssl
endif
#### Tcl shell for use in running the fossil testsuite.
#
TCLSH = tclsh
#### Include a configuration file that can override any one of these settings.
#
-include config.mak
# You should not need to change anything below this line
###############################################################################
include $(SRCDIR)/main.mk
|