diff options
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index d918656c146..1f9bd666d5d 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -62,6 +62,7 @@ CORE_SOURCES = \ pixel.c \ points.c \ polygon.c \ + program.c \ rastpos.c \ state.c \ stencil.c \ |