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