summaryrefslogtreecommitdiff
path: root/GL/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'GL/mesa')
-rw-r--r--GL/mesa/X/Makefile.am2
-rw-r--r--GL/mesa/array_cache/Makefile.am2
-rw-r--r--GL/mesa/glapi/Makefile.am2
-rw-r--r--GL/mesa/main/Makefile.am2
-rw-r--r--GL/mesa/math/Makefile.am2
-rw-r--r--GL/mesa/shader/Makefile.am2
-rw-r--r--GL/mesa/shader/grammar/Makefile.am2
-rw-r--r--GL/mesa/shader/slang/Makefile.am2
-rw-r--r--GL/mesa/swrast/Makefile.am2
-rw-r--r--GL/mesa/swrast_setup/Makefile.am2
-rw-r--r--GL/mesa/tnl/Makefile.am2
11 files changed, 11 insertions, 11 deletions
diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am
index e2e6bf8bb..fb514e50f 100644
--- a/GL/mesa/X/Makefile.am
+++ b/GL/mesa/X/Makefile.am
@@ -17,7 +17,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
# terribly gross hack. i need a shower now.
AM_CFLAGS = $(DIX_CFLAGS) -DXFree86Server
-libX_la_SOURCES = xf86glx.c \
+nodist_libX_la_SOURCES = xf86glx.c \
xf86glx_util.c \
xm_api.c \
xm_buffer.c \
diff --git a/GL/mesa/array_cache/Makefile.am b/GL/mesa/array_cache/Makefile.am
index 7bc75e808..506cad714 100644
--- a/GL/mesa/array_cache/Makefile.am
+++ b/GL/mesa/array_cache/Makefile.am
@@ -12,4 +12,4 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libac_la_SOURCES = ac_context.c ac_import.c
+nodist_libac_la_SOURCES = ac_context.c ac_import.c
diff --git a/GL/mesa/glapi/Makefile.am b/GL/mesa/glapi/Makefile.am
index 1ce85f55f..02f7e8951 100644
--- a/GL/mesa/glapi/Makefile.am
+++ b/GL/mesa/glapi/Makefile.am
@@ -12,4 +12,4 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libglapi_la_SOURCES = glapi.c glthread.c
+nodist_libglapi_la_SOURCES = glapi.c glthread.c
diff --git a/GL/mesa/main/Makefile.am b/GL/mesa/main/Makefile.am
index ce2a94717..a6b23a57e 100644
--- a/GL/mesa/main/Makefile.am
+++ b/GL/mesa/main/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libmain_la_SOURCES = accum.c \
+nodist_libmain_la_SOURCES = accum.c \
api_arrayelt.c \
api_loopback.c \
api_noop.c \
diff --git a/GL/mesa/math/Makefile.am b/GL/mesa/math/Makefile.am
index d0589cdf4..6661e944d 100644
--- a/GL/mesa/math/Makefile.am
+++ b/GL/mesa/math/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libmath_la_SOURCES = m_debug_clip.c \
+nodist_libmath_la_SOURCES = m_debug_clip.c \
m_debug_norm.c \
m_debug_xform.c \
m_eval.c \
diff --git a/GL/mesa/shader/Makefile.am b/GL/mesa/shader/Makefile.am
index 06c98a564..886a08512 100644
--- a/GL/mesa/shader/Makefile.am
+++ b/GL/mesa/shader/Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libshader_la_SOURCES = arbfragparse.c \
+nodist_libshader_la_SOURCES = arbfragparse.c \
arbprogparse.c \
arbprogram.c \
arbvertparse.c \
diff --git a/GL/mesa/shader/grammar/Makefile.am b/GL/mesa/shader/grammar/Makefile.am
index ce9e7d67c..25c84e5b9 100644
--- a/GL/mesa/shader/grammar/Makefile.am
+++ b/GL/mesa/shader/grammar/Makefile.am
@@ -12,4 +12,4 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../../tnl \
-I$(srcdir)/../..
-libgrammar_la_SOURCES = grammar_mesa.c
+nodist_libgrammar_la_SOURCES = grammar_mesa.c
diff --git a/GL/mesa/shader/slang/Makefile.am b/GL/mesa/shader/slang/Makefile.am
index 941adf8d4..19b6c249f 100644
--- a/GL/mesa/shader/slang/Makefile.am
+++ b/GL/mesa/shader/slang/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../../tnl \
-I$(srcdir)/../..
-libslang_la_SOURCES = slang_assemble_assignment.c \
+nodist_libslang_la_SOURCES = slang_assemble_assignment.c \
slang_assemble.c \
slang_assemble_conditional.c \
slang_assemble_constructor.c \
diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am
index e5075a34e..b18157432 100644
--- a/GL/mesa/swrast/Makefile.am
+++ b/GL/mesa/swrast/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libswrast_la_SOURCES = s_aaline.c \
+nodist_libswrast_la_SOURCES = s_aaline.c \
s_aatriangle.c \
s_accum.c \
s_alpha.c \
diff --git a/GL/mesa/swrast_setup/Makefile.am b/GL/mesa/swrast_setup/Makefile.am
index e674223c1..40e6edb17 100644
--- a/GL/mesa/swrast_setup/Makefile.am
+++ b/GL/mesa/swrast_setup/Makefile.am
@@ -12,4 +12,4 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libss_la_SOURCES = ss_context.c ss_triangle.c
+nodist_libss_la_SOURCES = ss_context.c ss_triangle.c
diff --git a/GL/mesa/tnl/Makefile.am b/GL/mesa/tnl/Makefile.am
index acebb4625..02d2c4d5f 100644
--- a/GL/mesa/tnl/Makefile.am
+++ b/GL/mesa/tnl/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(srcdir)/../tnl \
-I$(srcdir)/..
-libtnl_la_SOURCES = t_array_api.c \
+nodist_libtnl_la_SOURCES = t_array_api.c \
t_array_import.c \
t_context.c \
t_pipeline.c \