Merge remote branch 'origin/7.8'
[mesa.git] / progs / perf / Makefile
index f078082685b3d90bb4359b21a243d1e40ec871dc..f7b965542e2987f45214c95ea58df3f31573c947 100644 (file)
@@ -10,7 +10,7 @@ LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) \
 
 # using : to avoid APP_CC pointing to CC loop
 CC := $(APP_CC)
-CFLAGS += -I$(INCDIR)
+CFLAGS := -I$(INCDIR) $(CFLAGS)
 LDLIBS = $(LIBS)
 
 PROG_SOURCES = \
@@ -18,6 +18,8 @@ PROG_SOURCES = \
        drawoverhead.c \
        fbobind.c \
        fill.c \
+       genmipmap.c \
+       readpixels.c \
        swapbuffers.c \
        teximage.c \
        vbo.c \