Browse Source

Add missing inlcude directory.

tags/mesa_20090313
michal 18 years ago
parent
commit
4fb2f09fdd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/mesa/pipe/Makefile.template

+ 2
- 1
src/mesa/pipe/Makefile.template View File

@@ -15,7 +15,8 @@ OBJECTS = $(C_SOURCES:.c=.o) \
INCLUDES = \
-I. \
-I$(TOP)/src/mesa/pipe \
-I$(TOP)/src/mesa
-I$(TOP)/src/mesa \
-I$(TOP)/include


##### RULES #####

Loading…
Cancel
Save