From 035df36be50375407078639640b27674b7d361e6 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 18 Jul 2009 20:52:20 -0400 Subject: [PATCH] dix: xserver "make dist" fails due to eventconvert.h This header file is not in the /dix dir, but in the /include dir. The makefile aborted and the xserver distribution files were not created. The fix is to remove this header file from the libdix_la_SOURCES in the dix/Makefile.am. --- dix/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dix/Makefile.am b/dix/Makefile.am index ab702f7..13e5ded 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -18,7 +18,6 @@ libdix_la_SOURCES = \ enterleave.c \ enterleave.h \ events.c \ - eventconvert.h \ eventconvert.c \ extension.c \ ffs.c \ -- 1.6.0.4