diff options
-rw-r--r-- | GL/mesa/swrast/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index 9a6aa92fb..bffb1e7c1 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -34,6 +34,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \ s_drawpix.c \ s_feedback.c \ s_fog.c \ + s_fragprog.c \ s_imaging.c \ s_lines.c \ s_logic.c \ |