summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-08-27 12:41:22 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2018-08-31 08:37:51 +1000
commita9a5bd0020dc76040d9b3722c0c88ccb12132dc0 (patch)
tree6d560eff7c158c9c88ff80780ea76340cbaf4685
parentcd285922cdec966825e47220b1182a57abc1ff90 (diff)
hw/xwin: Fix 'make distcheck'
Add internal.h to SOURCES, omitted from 126c1cfa Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--hw/xwin/winclipboard/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \