src/udev.c was added in 683a55e504f4fc2d1c847c54986439a0c61b2f20 but
wasn't added to the SOURCES variable in src/Makefile.am, resulting in
a missing file in the tarballs.

Signed-off-by: Cyril Brulebois <k...@debian.org>
---
 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Not sure we want to ship this file in the tarballs, but it appeared in
the Debian diff, so let's propose a patch for that.


diff --git a/src/Makefile.am b/src/Makefile.am
index cca1b0c..6795969 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,5 +39,6 @@ AM_CPPFLAGS =-I$(top_srcdir)/include
                                emuThird.c \
                                emuWheel.c \
                                draglock.c \
-                               apple.c
+                               apple.c \
+                               udev.c
 
-- 
1.7.7.3

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to