Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / progs / xdemos / Makefile
index 8d248fb0a925756544fc0a155ca620baef8390f4..53e1c54ef3cbee9529b4c1b625c1847d59348796 100644 (file)
@@ -26,11 +26,13 @@ PROGS = \
        glxsnoop \
        glxswapcontrol \
        manywin \
+       multictx \
        offset \
        overlay \
        pbinfo \
        pbdemo \
        sharedtex \
+        sharedtex_mt \
        texture_from_pixmap \
        wincopy \
        xfont \
@@ -98,7 +100,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