summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-10 22:37:31 -0600
committerBrian Paul <brianp@vmware.com>2010-06-10 22:37:31 -0600
commit7936e06657bc43de80ae4f56ee9db956e193d880 (patch)
treee7e531880a5c01a0ae2ed229ad920e1fc455c095 /src/mesa/sources.mak
parent412cddf954d35282f913d01d83d3cdb45cf0e2d0 (diff)
mesa: move nvprogram.[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 f2f111e838..38b781cb4c 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -57,6 +57,7 @@ MAIN_SOURCES = \
main/mipmap.c \
main/mm.c \
main/multisample.c \
+ main/nvprogram.c \
main/pixel.c \
main/pixelstore.c \
main/points.c \
@@ -232,7 +233,6 @@ SHADER_SOURCES = \
shader/hash_table.c \
shader/lex.yy.c \
shader/nvfragparse.c \
- shader/nvprogram.c \
shader/nvvertparse.c \
shader/program.c \
shader/program_parse.tab.c \