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:50:32 -0500 |
commit | 744c292ae49dd1f9d33b860d2b4f0ae27023809b (patch) | |
tree | 43f64a85acec384bb981c1a9454a03522c86585d | |
parent | 47bc7fcaa567b0d9e2627b4a21b112e96f81725b (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>
-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 \ |