aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 18:23:06 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 19:01:07 -0700
commit86ce4a2a57bb6da093c66b4855a36dcd50aa55d3 (patch)
tree55286a099f44dcc9e898df691e95239df48f2f79 /tests
parent78b038182f33a22196289e4a34cb411b7ca96543 (diff)
remove redundant CFLAGS
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