diff options
author | Kenneth Graunke <[email protected]> | 2011-01-16 16:01:54 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-01-31 10:17:09 -0800 |
commit | d1d8120545b0bd2f7ec48c5f03c77b967b082e04 (patch) | |
tree | f26fd61d842bb696e78161377f1e8e3b10c333ca /src/mesa/Makefile | |
parent | 42fd9c2ebb8a9eecf69d6a7a2bc0d778f49285de (diff) |
Remove talloc from the make and automake build systems.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 25e7cce425c..a6025e9903f 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -19,7 +19,7 @@ MESA_GALLIUM_OBJECTS := $(addprefix $(MESA_OBJ_DIR)/, $(MESA_GALLIUM_OBJECTS)) MESA_CPPFLAGS := $(API_DEFINES) $(DEFINES) # append include dirs -MESA_CPPFLAGS += $(INCLUDE_DIRS) $(TALLOC_CFLAGS) +MESA_CPPFLAGS += $(INCLUDE_DIRS) # tidy compiler flags CFLAGS := $(filter-out $(DEFINES), $(CFLAGS)) |