dix: xserver "make dist" fails due to eventconvert.h (#27825)

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.

X.Org Bug 27825 <http://bugs.freedesktop.org/show_bug.cgi?id=27825>

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Gaetan Nadon 2009-07-18 20:52:20 -04:00 committed by Peter Hutterer
parent a98acb2907
commit 7b9915b11e

View File

@ -18,7 +18,6 @@ libdix_la_SOURCES = \
enterleave.c \
enterleave.h \
events.c \
eventconvert.h \
eventconvert.c \
extension.c \
ffs.c \