summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-09-07 14:58:06 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-10-16 15:14:55 +0100
commit0456d56092e7617131c77b50a7e7f501e6d9d275 (patch)
treeca40f6d418f63b190be17af64fb6378e19bcd4b9
parent018248136aae19887f10860f33f085f6211a4ceb (diff)
Fix 'make distcheck' for hw/xwin
Add some missing header files to _SOURCES so they get distributed properly Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> (cherry picked from commit a69429a17bf4630f6e26f61630a1c2b287202627)
-rw-r--r--hw/xwin/Makefile.am3
-rw-r--r--hw/xwin/glx/Makefile.am3
2 files changed, 5 insertions, 1 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am
index 4c2f04ef0..33729a906 100644
--- a/hw/xwin/Makefile.am
+++ b/hw/xwin/Makefile.am
@@ -109,13 +109,16 @@ SRCS = InitInput.c \
winclipboard.h \
winconfig.h \
win.h \
+ winglobals.h \
winkeybd.h \
winkeynames.h \
winlayouts.h \
winmessages.h \
+ winmonitors.h \
winmsg.h \
winms.h \
winmultiwindowclass.h \
+ winmultiwindowicons.h \
winprefs.h \
winresource.h \
winwindow.h \
diff --git a/hw/xwin/glx/Makefile.am b/hw/xwin/glx/Makefile.am
index 7222a9f21..59f6879a7 100644
--- a/hw/xwin/glx/Makefile.am
+++ b/hw/xwin/glx/Makefile.am
@@ -6,7 +6,8 @@ libXwinGLX_la_SOURCES = \
glwindows.h \
glwrap.c \
indirect.c \
- wgl_ext_api.c
+ wgl_ext_api.c \
+ wgl_ext_api.h
if XWIN_MULTIWINDOW
DEFS_MULTIWINDOW = -DXWIN_MULTIWINDOW