diff options
author | Matt Turner <[email protected]> | 2015-01-23 13:35:25 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-01-23 13:35:25 -0800 |
commit | 195488e945070dfcf7e1a1aa901034eeff5ddfba (patch) | |
tree | 2ef406c3c1dde31f0acb1ca0d41554d5f0bfe100 /src/mesa/Makefile.sources | |
parent | 68a9d0b36f49d95a0f4f7008e0b0b337f496c063 (diff) |
mesa: Remove pack_tmp.h from sources.
Missed in commit 3a4de321.
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 42035632544..b6b3c0cfd9f 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 \ |