diff options
author | Eric Anholt <eric@anholt.net> | 2010-02-19 12:27:55 -0500 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-02-20 12:55:13 -0500 |
commit | 6d48b26098691d772a8de001c89a05b2442ef3b5 (patch) | |
tree | 6a312b31af04989b03675649a802a39fa3134973 /src/Makefile.am | |
parent | 4126f73051aa73defcf342c81aa0fc9062f83f90 (diff) |
Remove dead i830_display.h.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eb81b48d..04bb95cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,8 +92,7 @@ intel_drv_la_SOURCES = \ EXTRA_DIST = \ $(XMODE_SRCS) \ $(INTEL_DRI_SRCS) \ - $(INTEL_XVMC_SRCS) \ - i830_display.h + $(INTEL_XVMC_SRCS) if DRI intel_drv_la_SOURCES += \ |