summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-10-26 18:11:36 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2013-11-16 14:02:15 +0000
commit2c1bb79213a50480baba3805df228b4d311bda28 (patch)
treeaa00035e880dbaf34c83015b4bb4ffd6c4926e77 /src/gallium/drivers/r300/Makefile.am
parentb3c60ff5d04128820263e7212152f81377ab6db5 (diff)
downloadexternal_mesa3d-2c1bb79213a50480baba3805df228b4d311bda28.zip
external_mesa3d-2c1bb79213a50480baba3805df228b4d311bda28.tar.gz
external_mesa3d-2c1bb79213a50480baba3805df228b4d311bda28.tar.bz2
r300: add symlink to ralloc.c and register_allocate.c
Make automake's subdir-objects work. Update includes. Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/drivers/r300/Makefile.am')
-rw-r--r--src/gallium/drivers/r300/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index 14aaf03..524df24 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -8,7 +8,7 @@ TESTS = r300_compiler_tests
AM_CFLAGS = \
-I$(top_srcdir)/src/gallium/drivers \
- -I$(top_srcdir)/include \
+ -I$(top_srcdir)/src/mesa/program \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src/glsl \
-I$(top_srcdir)/src/mapi \
@@ -40,5 +40,5 @@ libr300_la_SOURCES = $(C_SOURCES)
# Solve this by building them into a separate helper library that can be linked
# in place of libmesagallium.
libr300_helper_la_SOURCES = \
- $(top_srcdir)/src/glsl/ralloc.c \
- $(top_srcdir)/src/mesa/program/register_allocate.c
+ ralloc.c \
+ register_allocate.c