diff options
author | Brian Paul <[email protected]> | 2009-03-24 16:06:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-24 16:06:50 -0600 |
commit | c4c4358e0858fcbc09f4bf35d93f593af5bcd9db (patch) | |
tree | 61ac119b5c8fb1813b63cf9190dba0491bd49bca /progs | |
parent | 993b7e1d5cdf1df3e7967afef16852fe287dc162 (diff) |
demos: add LDFLAGS for corender target, bug 20844
Diffstat (limited to 'progs')
-rw-r--r-- | progs/xdemos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index bb353e318c9..6581df80398 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 |