diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-07-18 20:52:20 -0400 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-19 20:01:12 +1000 |
commit | 7b9915b11ed9eedd0698b4563328504d686ac4ec (patch) | |
tree | 74112a9ac04940c03932ba3fceaaa2dbfcf036bf /dix | |
parent | a98acb290737ac6b0776f2ea8128a4613c0f778b (diff) |
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>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index ab702f790..13e5dedd7 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 \ |