diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index cbd765c..9c8e568 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ INCLUDES = -I../include SRC = $(shell find -type f -name '*.c') BIN = $(SRC:%.c=%) -LDLIBS = -l:libumumble.a -luv +LDLIBS = -l:libumumble.a -ltlsuv $(shell pkg-config --libs openssl) -luv LDFLAGS = -L.. .PHONY: all |