diff options
Diffstat (limited to 'progs/perf/Makefile')
-rw-r--r-- | progs/perf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/progs/perf/Makefile b/progs/perf/Makefile index 219667439f..f7b965542e 100644 --- a/progs/perf/Makefile +++ b/progs/perf/Makefile @@ -10,11 +10,17 @@ 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 = \ + copytex.c \ drawoverhead.c \ + fbobind.c \ + fill.c \ + genmipmap.c \ + readpixels.c \ + swapbuffers.c \ teximage.c \ vbo.c \ vertexrate.c \ |