From 7f7898eb7d743eb5741cfa31a25b0c5c68653568 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 Jul 2010 10:09:38 +0000 Subject: make some of the plot code common svn path=/trunk/libnsfb/; revision=10618 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3