diff options
author | Adam Jackson <ajax@redhat.com> | 2016-03-11 13:50:32 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-03-11 13:51:59 -0500 |
commit | d88f8ffeb7ec0304d793388be5b65a293505bc3b (patch) | |
tree | 141a4056d79e59e493f9923e574d027483af8671 | |
parent | 643359fb03c51244c9ed5f5efab4c84594259e8c (diff) |
vidmode: Remove stray vidmodeproc.h from EXTRA_DIST
Was removed from the tree in:
commit f175cf45aebcdda53f3ae49c0eaf27da1f194e92
Author: Olivier Fourdan <ofourdan@redhat.com>
Date: Wed Feb 10 09:34:34 2016 +0100
vidmode: move to a separate library of its own
but not removed from the Makefile, which broke 'make dist'.
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit 744c292ae49dd1f9d33b860d2b4f0ae27023809b)
-rw-r--r-- | hw/xfree86/common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index 2eed5defc..caae7fd97 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -67,7 +67,6 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ compiler.h \ fourcc.h \ - vidmodeproc.h \ xf86.h \ xf86Bus.h \ xf86Config.h \ |