From 93f474e49b24abc673cb9cf5ea16fac296dce312 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 16 Sep 2016 10:43:09 -0700 Subject: [PATCH] Remove 'dixfontstubs.h' from include EXTRA_DIST This file was removed when moving to the new libXfont API, but accidentally left in EXTRA_DIST. Signed-off-by: Keith Packard --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index b9cf584cb..05f8d24c5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -70,7 +70,7 @@ AM_CFLAGS = $(DIX_CFLAGS) EXTRA_DIST = \ busfault.h dbus-core.h \ dix-config-apple-verbatim.h \ - dixfontstubs.h eventconvert.h eventstr.h inpututils.h \ + eventconvert.h eventstr.h inpututils.h \ probes.h \ protocol-versions.h \ swaprep.h \