glapi: Move to src/mapi/.
[mesa.git] / progs / samples / Makefile
index 63dca07d2e851b19c51b97b1e06ac46ff5412ded..64fa47addb5796fbe43f5c29a5aa8ddd2db4d009 100644 (file)
@@ -7,10 +7,10 @@ INCDIR = $(TOP)/include
 
 LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME)
 
-LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
+LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
 
 PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
-       font line logo nurb olympic overlay point prim quad select \
+       font line logo nurb olympic overlay point prim rgbtoppm quad select \
        shape sphere star stencil stretch texture tri wave