demos: add LDFLAGS for corender target, bug 20844
authorBrian Paul <brianp@vmware.com>
Tue, 24 Mar 2009 22:06:27 +0000 (16:06 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Mar 2009 22:06:50 +0000 (16:06 -0600)
progs/xdemos/Makefile

index bb353e3..6581df8 100644 (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