aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 016315e..0da12ba 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -24,7 +24,7 @@ PKG_CFLAGS!=echo pkg-config --cflags $(REQ_PKGS)
PKG_LDFLAGS:=$(shell pkg-config --libs $(REQ_PKGS) x11)
PKG_LDFLAGS!=echo pkg-config --libs $(REQ_PKGS) x11
-CFLAGS = -std=c99 $(PKG_CFLAGS) -ggdb -Wall -W -lgthread-2.0 -fPIC -W -Wall -Wextra -pedantic
+CFLAGS = -std=c99 $(PKG_CFLAGS) -ggdb -fPIC -W -Wall -Wextra -pedantic
LDFLAGS = $(PKG_LDFLAGS) -pthread -L . -luzbl-core