Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / progs / xdemos / Makefile
index b314324fc10f1567ff8586fdba4e29f62f0a7899..53e1c54ef3cbee9529b4c1b625c1847d59348796 100644 (file)
@@ -12,6 +12,7 @@ LIBS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) $(APP_LIB_DEPS)
 
 PROGS = \
        corender \
+       glsync \
        glthreads \
        glxdemo \
        glxgears \
@@ -25,11 +26,13 @@ PROGS = \
        glxsnoop \
        glxswapcontrol \
        manywin \
+       multictx \
        offset \
        overlay \
        pbinfo \
        pbdemo \
        sharedtex \
+        sharedtex_mt \
        texture_from_pixmap \
        wincopy \
        xfont \
@@ -97,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