xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 30 22:38:12 UTC 2018


 hw/xwin/winclipboard/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a9a5bd0020dc76040d9b3722c0c88ccb12132dc0
Author: Jon Turney <jon.turney at dronecode.org.uk>
Date:   Mon Aug 27 12:41:22 2018 +0100

    hw/xwin: Fix 'make distcheck'
    
    Add internal.h to SOURCES, omitted from 126c1cfa
    
    Signed-off-by: Jon Turney <jon.turney at dronecode.org.uk>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/hw/xwin/winclipboard/Makefile.am b/hw/xwin/winclipboard/Makefile.am
index a1079aec6..bfd302413 100644
--- a/hw/xwin/winclipboard/Makefile.am
+++ b/hw/xwin/winclipboard/Makefile.am
@@ -1,6 +1,7 @@
 noinst_LTLIBRARIES = libXWinclipboard.la
 
 libXWinclipboard_la_SOURCES = \
+	internal.h \
 	winclipboard.h \
 	textconv.c \
 	thread.c \


More information about the xorg-commit mailing list