From 8979fc68c9049322d540fb5dc2235c5a9c6ffc26 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 29 Mar 2017 04:18:43 +0200 Subject: [PATCH] added missing dependency to library in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f97f20880..0e667348a 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,7 @@ CFLAGS += $(shell pkg-config --cflags ${PKGS}) LDLIBS += $(shell pkg-config --libs ${PKGS}) all: src plugins tools +src plugins tools tests: lib # Build all variants: debug, coverage, ... everything: