demos: add LDFLAGS for corender target, bug 20844

This commit is contained in:
Brian Paul 2009-03-24 16:06:27 -06:00
parent 993b7e1d5c
commit c4c4358e08

View file

@ -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