summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-24 16:06:27 -0600
committerBrian Paul <brianp@vmware.com>2009-03-24 16:06:50 -0600
commitc4c4358e0858fcbc09f4bf35d93f593af5bcd9db (patch)
tree61ac119b5c8fb1813b63cf9190dba0491bd49bca /progs/xdemos
parent993b7e1d5cdf1df3e7967afef16852fe287dc162 (diff)
demos: add LDFLAGS for corender target, bug 20844
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index bb353e318c..6581df8039 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -99,7 +99,7 @@ xrotfontdemo.o: xrotfontdemo.c xuserotfont.h
$(APP_CC) -c -I. -I$(INCDIR) $(X11_INCLUDES) $(CFLAGS) xrotfontdemo.c
corender: corender.o ipc.o
- $(APP_CC) $(CFLAGS) corender.o ipc.o $(LIBS) -o $@
+ $(APP_CC) $(CFLAGS) $(LDFLAGS) corender.o ipc.o $(LIBS) -o $@
corender.o: corender.c ipc.h
$(APP_CC) -c -I. -I$(INCDIR) $(X11_INCLUDES) $(CFLAGS) corender.c