diff options
author | Timothy Arceri <[email protected]> | 2013-08-26 18:08:51 +1000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-09-04 07:47:49 -0600 |
commit | a7f5eb8ebb953bb106c06cabb20a309cef392252 (patch) | |
tree | 8ca0b7d5b8bca1c2a6933a68d0c60110836b1e6a /src | |
parent | 262b5ff667ed8320bb7ec48288e6b08b4a27d991 (diff) |
mesa: Update builds scripts to build object labels
Signed-off-by: Timothy Arceri <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.sources | 1 | ||||
-rw-r--r-- | src/mesa/SConscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index a5c1f5dea0e..122ea8e3a66 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -62,6 +62,7 @@ MAIN_FILES = \ $(SRCDIR)main/mipmap.c \ $(SRCDIR)main/mm.c \ $(SRCDIR)main/multisample.c \ + $(SRCDIR)main/objectlabel.c \ $(SRCDIR)main/pack.c \ $(SRCDIR)main/pbo.c \ $(SRCDIR)main/pixel.c \ diff --git a/src/mesa/SConscript b/src/mesa/SConscript index d328fc13c48..2cdb79c46b1 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -94,6 +94,7 @@ main_sources = [ 'main/mipmap.c', 'main/mm.c', 'main/multisample.c', + 'main/objectlabel.c', 'main/pack.c', 'main/pbo.c', 'main/pixel.c', |