Module: Mesa Branch: master Commit: 195488e945070dfcf7e1a1aa901034eeff5ddfba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=195488e945070dfcf7e1a1aa901034eeff5ddfba
Author: Matt Turner <[email protected]> Date: Fri Jan 23 13:35:25 2015 -0800 mesa: Remove pack_tmp.h from sources. Missed in commit 3a4de321. --- src/mesa/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 4203563..b6b3c0c 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -141,7 +141,6 @@ MAIN_FILES = \ $(SRCDIR)main/objectlabel.h \ $(SRCDIR)main/pack.c \ $(SRCDIR)main/pack.h \ - $(SRCDIR)main/pack_tmp.h \ $(SRCDIR)main/pbo.c \ $(SRCDIR)main/pbo.h \ $(SRCDIR)main/performance_monitor.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
