Skip to content

Commit c353bf8

Browse files
echttp now requires OpenSSL
1 parent 1cb3db2 commit c353bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rebuild: clean all
2424
gcc -c -g -O -o $@ $<
2525

2626
houseclock: $(OBJS)
27-
gcc -g -O -o houseclock $(OBJS) -lhouseportal -lechttp -lcrypto -lrt
27+
gcc -g -O -o houseclock $(OBJS) -lhouseportal -lechttp -lssl -lcrypto -lrt
2828

2929
package:
3030
mkdir -p packages

0 commit comments

Comments
 (0)