summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-07-09 10:09:38 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-07-09 10:09:38 +0000
commit7f7898eb7d743eb5741cfa31a25b0c5c68653568 (patch)
tree3f65b5d42433d975fd9e6bf6d32e3a84a478b65c /Makefile
parent68932b3be67f96dff19987e2c87abc8dabc30567 (diff)
downloadlibnsfb-7f7898eb7d743eb5741cfa31a25b0c5c68653568.tar.gz
libnsfb-7f7898eb7d743eb5741cfa31a25b0c5c68653568.tar.bz2
make some of the plot code common
svn path=/trunk/libnsfb/; revision=10618
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 232806a..bb29314 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ CFLAGS := -g -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
# TODO: probably want to retrieve SDL from pkg-config
-TESTLDFLAGS = -Wl,--whole-archive -l$(COMPONENT) -Wl,--no-whole-archive -lSDL -lxcb-icccm -lxcb -lxcb-image
+TESTLDFLAGS = -Wl,--whole-archive -l$(COMPONENT) -Wl,--no-whole-archive -lSDL -lxcb-icccm -lxcb -lxcb-image -lxcb-keysyms
include build/makefiles/Makefile.top