summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-10 22:32:21 -0600
committerBrian Paul <brianp@vmware.com>2010-06-10 22:32:21 -0600
commit412cddf954d35282f913d01d83d3cdb45cf0e2d0 (patch)
tree931ab36ff81ed82b3c7be41917a166033dd41b26 /src/mesa/sources.mak
parent70c8d29b6bb3214966892d51e6b2befa7040622d (diff)
mesa: move arbprogram.[ch] to main/
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 41104cd0aa..f2f111e838 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -12,6 +12,7 @@ MAIN_SOURCES = \
main/api_noop.c \
main/api_validate.c \
main/accum.c \
+ main/arbprogram.c \
main/atifragshader.c \
main/attrib.c \
main/arrayobj.c \
@@ -228,7 +229,6 @@ STATETRACKER_SOURCES = \
SHADER_SOURCES = \
shader/arbprogparse.c \
- shader/arbprogram.c \
shader/hash_table.c \
shader/lex.yy.c \
shader/nvfragparse.c \